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

UpdateAppAsync() public method

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

            return InvokeAsync<UpdateAppRequest,UpdateAppResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient