WorkflowInvoker Methods
.NET Framework 4.5
The WorkflowInvoker type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginInvoke(AsyncCallback, Object) | Invokes a workflow asynchronously using the specified AsyncCallback and user-provided state. |
|
BeginInvoke(IDictionary<String, Object>, AsyncCallback, Object) | Invokes a workflow asynchronously using the specified IDictionary<TKey, TValue> of input parameters, AsyncCallback, and user-provided state. |
|
BeginInvoke(TimeSpan, AsyncCallback, Object) | Invokes a workflow asynchronously using the specified time-out interval, AsyncCallback, and user-provided state. |
|
BeginInvoke(IDictionary<String, Object>, TimeSpan, AsyncCallback, Object) | Invokes a workflow asynchronously using the specified IDictionary<TKey, TValue> of input parameters, time-out interval, AsyncCallback, and user-provided state. |
|
CancelAsync | Attempts to cancel the workflow that was invoked with the specified userState. |
|
EndInvoke | Returns the results of a workflow that was invoked using one of the BeginInvoke overloads. |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
Invoke() | Invokes a workflow synchronously using the workflow definition passed to the WorkflowInvoker constructor. |
|
Invoke(Activity) | Invokes a workflow synchronously using the specified workflow definition. |
|
Invoke(IDictionary<String, Object>) | Invokes the activity passed to the WorkflowInvoker constructor synchronously with the specified IDictionary<TKey, TValue> of input parameters. |
|
Invoke(TimeSpan) | Invokes a workflow synchronously with the specified time-out interval. |
|
Invoke(Activity, IDictionary<String, Object>) | Invokes a workflow synchronously using the specified workflow definition and IDictionary<TKey, TValue> of input parameters. |
|
Invoke(Activity, TimeSpan) | Invokes a workflow synchronously using the specified workflow definition and time-out interval. |
|
Invoke(IDictionary<String, Object>, TimeSpan) | Invokes the activity passed to the WorkflowInvoker constructor synchronously with the specified IDictionary<TKey, TValue> of input parameters and the specified time-out interval. |
|
Invoke(Activity, IDictionary<String, Object>, TimeSpan) | Invokes a workflow synchronously using the specified workflow definition, IDictionary<TKey, TValue> of input parameters, and time-out interval. |
|
Invoke<TResult>(Activity<TResult>) | Invokes a workflow synchronously using the workflow definition passed to the WorkflowInvoker constructor. |
|
Invoke<TResult>(Activity<TResult>, IDictionary<String, Object>) | Invokes a workflow synchronously using the specified workflow definition and IDictionary<TKey, TValue> of input parameters. |
|
Invoke<TResult>(Activity<TResult>, IDictionary<String, Object>, TimeSpan) | Invokes a workflow synchronously using the specified workflow definition, IDictionary<TKey, TValue> of input parameters, and time-out interval. |
|
Invoke<TResult>(Activity<TResult>, IDictionary<String, Object>, IDictionary<String, Object>, TimeSpan) | Invokes a workflow synchronously using the specified workflow definition, IDictionary<TKey, TValue> of input parameters, IDictionary<TKey, TValue> of additional output parameters, and time-out interval. |
|
InvokeAsync() | Invokes a workflow asynchronously. |
|
InvokeAsync(Object) | Invokes a workflow asynchronously using the specified unique identifier. |
|
InvokeAsync(IDictionary<String, Object>) | Invokes a workflow asynchronously using the specified IDictionary<TKey, TValue> of input parameters. |
|
InvokeAsync(TimeSpan) | Invokes a workflow asynchronously with the specified time-out interval. |
|
InvokeAsync(IDictionary<String, Object>, Object) | Invokes a workflow asynchronously using the specified IDictionary<TKey, TValue> of input parameters and a unique identifier. |
|
InvokeAsync(IDictionary<String, Object>, TimeSpan) | Invokes a workflow asynchronously with the specified IDictionary<TKey, TValue> of input parameters and the specified time-out interval. |
|
InvokeAsync(TimeSpan, Object) | Invokes a workflow asynchronously with the specified time-out interval and a unique identifier. |
|
InvokeAsync(IDictionary<String, Object>, TimeSpan, Object) | Invokes a workflow asynchronously with the specified IDictionary<TKey, TValue> of input parameters, the specified time-out interval, and a unique identifier. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |