Skip to main content

Class InvocationMethod

The method used to invoke the routine run.

Namespace: Workspace.XBR.Xperiflow.Routines.Runs

Assembly: Xperiflow.dll

Declaration
public class InvocationMethod

Properties

InvocationMethodType

The type of invocation method.

Declaration
public InvocationMethodType InvocationMethodType { get; }

WorkflowId

The unique identifier for the workflow that was used to invoke the routine run. This will be empty if the invocation method is not a workflow.

Declaration
public int WorkflowId { get; }

Methods

CreateWorkflowMethod(int)

Creates a new workflow invocation method.

Declaration
public static InvocationMethod CreateWorkflowMethod(int workflowId)
Returns

Workspace.XBR.Xperiflow.Routines.Runs.InvocationMethod

Parameters
TypeName
System.Int32workflowId

CreateDirectMethod()

Creates a new direct invocation method.

Declaration
public static InvocationMethod CreateDirectMethod()
Returns

Workspace.XBR.Xperiflow.Routines.Runs.InvocationMethod

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?