Microsoft.Activities.Extensions |
InvokeWorkflow..::..BeginExecute Method |
InvokeWorkflow Class See Also Send Feedback |
The begin 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 IAsyncResult BeginExecute( AsyncCodeActivityContext context, AsyncCallback callback, Object state ) |
Visual Basic |
---|
Protected Overrides Function BeginExecute ( _ context As AsyncCodeActivityContext, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
Visual C++ |
---|
protected: virtual IAsyncResult^ BeginExecute( AsyncCodeActivityContext^ context, AsyncCallback^ callback, Object^ state ) override |
Parameters
- context
- Type: System.Activities..::..AsyncCodeActivityContext
The context.
- callback
- Type: System..::..AsyncCallback
The callback.
- state
- Type: System..::..Object
The state.