Amazon.Snowball.AmazonSnowballClient.UpdateClusterAsync C# (CSharp) Method

UpdateClusterAsync() public method

Initiates the asynchronous execution of the UpdateCluster operation.
public UpdateClusterAsync ( UpdateClusterRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.Snowball.Model.UpdateClusterRequest Container for the necessary parameters to execute the UpdateCluster operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<UpdateClusterResponse> UpdateClusterAsync(UpdateClusterRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateClusterRequestMarshaller();
            var unmarshaller = UpdateClusterResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateClusterRequest,UpdateClusterResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }