Amazon.SimpleWorkflow.AmazonSimpleWorkflowClient.StartWorkflowExecutionAsync C# (CSharp) Метод

StartWorkflowExecutionAsync() публичный Метод

Initiates the asynchronous execution of the StartWorkflowExecution operation.
public StartWorkflowExecutionAsync ( StartWorkflowExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleWorkflow.Model.StartWorkflowExecutionRequest Container for the necessary parameters to execute the StartWorkflowExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<StartWorkflowExecutionResponse> StartWorkflowExecutionAsync(StartWorkflowExecutionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new StartWorkflowExecutionRequestMarshaller();
            var unmarshaller = StartWorkflowExecutionResponseUnmarshaller.Instance;

            return InvokeAsync<StartWorkflowExecutionRequest,StartWorkflowExecutionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleWorkflowClient