Amazon.OpsWorks.AmazonOpsWorksClient.UpdateInstanceAsync C# (CSharp) 메소드

UpdateInstanceAsync() 공개 메소드

Initiates the asynchronous execution of the UpdateInstance operation.
public UpdateInstanceAsync ( UpdateInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UpdateInstanceRequest Container for the necessary parameters to execute the UpdateInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<UpdateInstanceResponse> UpdateInstanceAsync(UpdateInstanceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateInstanceRequestMarshaller();
            var unmarshaller = UpdateInstanceResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateInstanceRequest,UpdateInstanceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient