Property | Type | Description | |
---|---|---|---|
_instance | System.Activities.Hosting.WorkflowInstanceProxy |
Method | Description | |
---|---|---|
GetAdditionalExtensions ( ) : IEnumerable | ||
RegisterWait ( |
||
RegisterWaitForMultipleContent ( IEnumerable |
||
ReleaseWait ( int notificationId ) : void | ||
SetInstance ( System.Activities.Hosting.WorkflowInstanceProxy instance ) : void |
public GetAdditionalExtensions ( ) : IEnumerable | ||
return | IEnumerable |
public RegisterWait ( |
||
content | ||
bookMarkName | string | |
return | int |
public RegisterWaitForMultipleContent ( IEnumerable |
||
contents | IEnumerable |
|
bookMarkName | string | |
return | int[] |
public ReleaseWait ( int notificationId ) : void | ||
notificationId | int | |
return | void |
public SetInstance ( System.Activities.Hosting.WorkflowInstanceProxy instance ) : void | ||
instance | System.Activities.Hosting.WorkflowInstanceProxy | |
return | void |