Method Execute
Execute(ExecutionContext)
Starts executing all the queued callback functions in the given execution context.
Declaration
public void Execute(AsyncRequest.ExecutionContext executionContext = ExecutionContext.None)
Parameters
Type | Name | Description |
---|---|---|
AsyncRequest.ExecutionContext | executionContext | Execution context in which the functions needs to be invoked. |