WorkflowInstanceResult Class

 

The result of a workflow instance's exeion.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

System.Object
  Microsoft.Activities.WorkflowInstanceResult

[DataContractAttribute(Namespace = "http://schemas.microsoft.com/workflow/2012/xaml/activities")]
public class WorkflowInstanceResult

NameDescription
System_CAPS_pubmethodWorkflowInstanceResult()

Initializes a new instance of the WorkflowInstanceResult class.

NameDescription
System_CAPS_pubpropertyReason

Gets or sets the reason for the workflow instance's exeion state.

System_CAPS_pubpropertyState

Gets or sets the status of the workflow instance.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: