Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.StartAutomationExecutionAsync C# (CSharp) Method

StartAutomationExecutionAsync() public method

Initiates the asynchronous execution of the StartAutomationExecution operation.
public StartAutomationExecutionAsync ( StartAutomationExecutionRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.SimpleSystemsManagement.Model.StartAutomationExecutionRequest Container for the necessary parameters to execute the StartAutomationExecution operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<StartAutomationExecutionResponse> StartAutomationExecutionAsync(StartAutomationExecutionRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new StartAutomationExecutionRequestMarshaller();
            var unmarshaller = StartAutomationExecutionResponseUnmarshaller.Instance;

            return InvokeAsync<StartAutomationExecutionRequest,StartAutomationExecutionResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonSimpleSystemsManagementClient