Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

WorkflowInvoker::InvokeAsync Method

.NET Framework (current version)
 

Invokes a workflow asynchronously using the event-based asynchronous design pattern.

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

NameDescription
System_CAPS_pubmethodInvokeAsync()

Invokes a workflow asynchronously.

System_CAPS_pubmethodInvokeAsync(IDictionary<String^, Object^>^)

Invokes a workflow asynchronously using the specified IDictionary<TKey, TValue> of input parameters.

System_CAPS_pubmethodInvokeAsync(IDictionary<String^, Object^>^, Object^)

Invokes a workflow asynchronously using the specified IDictionary<TKey, TValue> of input parameters and a unique identifier.

System_CAPS_pubmethodInvokeAsync(IDictionary<String^, Object^>^, TimeSpan)

Invokes a workflow asynchronously with the specified IDictionary<TKey, TValue> of input parameters and the specified time-out interval.

System_CAPS_pubmethodInvokeAsync(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.

System_CAPS_pubmethodInvokeAsync(Object^)

Invokes a workflow asynchronously using the specified unique identifier.

System_CAPS_pubmethodInvokeAsync(TimeSpan)

Invokes a workflow asynchronously with the specified time-out interval.

System_CAPS_pubmethodInvokeAsync(TimeSpan, Object^)

Invokes a workflow asynchronously with the specified time-out interval and a unique identifier.

To be notified when the workflow is complete, handle InvokeCompleted. To configure a time-out interval in which the workflow must complete, use one of the InvokeAsync overloads that take a TimeSpan.

This method invokes a workflow asynchronously using the event-based asynchronous design pattern. For more information, seeEvent-based Asynchronous Pattern Overview.

Return to top
Show:
© 2017 Microsoft