Amazon.OpsWorks.AmazonOpsWorksClient.StartStackAsync C# (CSharp) Method

StartStackAsync() public method

Initiates the asynchronous execution of the StartStack operation.
public StartStackAsync ( StartStackRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.StartStackRequest Container for the necessary parameters to execute the StartStack operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<StartStackResponse> StartStackAsync(StartStackRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new StartStackRequestMarshaller();
            var unmarshaller = StartStackResponseUnmarshaller.Instance;

            return InvokeAsync<StartStackRequest,StartStackResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient