Microsoft.Activities.Extensions |
InvokeWorkflow..::..EndExecute Method |
InvokeWorkflow Class See Also Send Feedback |
The end execute.
Namespace: Microsoft.Activities.Extensions.Statements
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)
Syntax
C# |
---|
protected override IDictionary<string, Object> EndExecute( AsyncCodeActivityContext context, IAsyncResult asyncResult ) |
Visual Basic |
---|
Protected Overrides Function EndExecute ( _ context As AsyncCodeActivityContext, _ asyncResult As IAsyncResult _ ) As IDictionary(Of String, Object) |
Visual C++ |
---|
protected: virtual IDictionary<String^, Object^>^ EndExecute( AsyncCodeActivityContext^ context, IAsyncResult^ asyncResult ) override |
Parameters
- context
- Type: System.Activities..::..AsyncCodeActivityContext
The context.
- asyncResult
- Type: System..::..IAsyncResult
The result.