Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.SignalWorkflowExecutionAsync C# (CSharp) Method

SignalWorkflowExecutionAsync() public method

Initiates the asynchronous execution of the SignalWorkflowExecution operation.
public SignalWorkflowExecutionAsync ( SignalWorkflowExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleWorkflow.Model.SignalWorkflowExecutionRequest Container for the necessary parameters to execute the SignalWorkflowExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<SignalWorkflowExecutionResponse> SignalWorkflowExecutionAsync(SignalWorkflowExecutionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new SignalWorkflowExecutionRequestMarshaller();
            var unmarshaller = SignalWorkflowExecutionResponseUnmarshaller.Instance;

            return InvokeAsync<SignalWorkflowExecutionRequest,SignalWorkflowExecutionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleWorkflowClient