Amazon.OpsWorks.AmazonOpsWorksClient.UnassignInstanceAsync C# (CSharp) Méthode

UnassignInstanceAsync() public méthode

Initiates the asynchronous execution of the UnassignInstance operation.
public UnassignInstanceAsync ( UnassignInstanceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.UnassignInstanceRequest Container for the necessary parameters to execute the UnassignInstance operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Résultat Task
        public Task<UnassignInstanceResponse> UnassignInstanceAsync(UnassignInstanceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UnassignInstanceRequestMarshaller();
            var unmarshaller = UnassignInstanceResponseUnmarshaller.Instance;

            return InvokeAsync<UnassignInstanceRequest,UnassignInstanceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient