Skip to main content

Class RoutineConstants.RoutineInstancePaths

Namespace: Workspace.XBR.Xperiflow.Routines

Assembly: Xperiflow.dll

Declaration
public static class RoutineConstants.RoutineInstancePaths

Fields

DirRuns

The directory name for where runs and their data are stored.

Declaration
public const string DirRuns = "runs_"

DirShared

The directory name for where routine instance level sharable data is stored. Routine Client users can read and write data to this location.

Declaration
public const string DirShared = "shared_"

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?