RestApiAsyncCodeActivity<T>.BeginExecute Method
This member overrides AsyncCodeActivity<TResult>.BeginExecute(AsyncCodeActivityContext, AsyncCallback, Object).
Namespace: Microsoft.TeamFoundation.Deployment.Workflow.Activities
Assembly: Microsoft.TeamFoundation.Deployment.Workflow (in Microsoft.TeamFoundation.Deployment.Workflow.dll)
Syntax
'Declaration
Protected Overrides NotOverridable Function BeginExecute ( _
context As AsyncCodeActivityContext, _
callback As AsyncCallback, _
state As Object _
) As IAsyncResult
protected override sealed IAsyncResult BeginExecute(
AsyncCodeActivityContext context,
AsyncCallback callback,
Object state
)
protected:
virtual IAsyncResult^ BeginExecute(
AsyncCodeActivityContext^ context,
AsyncCallback^ callback,
Object^ state
) override sealed
abstract BeginExecute :
context:AsyncCodeActivityContext *
callback:AsyncCallback *
state:Object -> IAsyncResult
override BeginExecute :
context:AsyncCodeActivityContext *
callback:AsyncCallback *
state:Object -> IAsyncResult
protected override final function BeginExecute(
context : AsyncCodeActivityContext,
callback : AsyncCallback,
state : Object
) : IAsyncResult
Parameters
- context
Type: System.Activities.AsyncCodeActivityContext
- callback
Type: System.AsyncCallback
- state
Type: System.Object
Return Value
Type: System.IAsyncResult
Returns IAsyncResult.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
RestApiAsyncCodeActivity<T> Class
Microsoft.TeamFoundation.Deployment.Workflow.Activities Namespace