Amazon.OpsWorksCM.AmazonOpsWorksCMClient.DisassociateNodeAsync C# (CSharp) Méthode

DisassociateNodeAsync() public méthode

Initiates the asynchronous execution of the DisassociateNode operation.
public DisassociateNodeAsync ( DisassociateNodeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorksCM.Model.DisassociateNodeRequest Container for the necessary parameters to execute the DisassociateNode 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<DisassociateNodeResponse> DisassociateNodeAsync(DisassociateNodeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DisassociateNodeRequestMarshaller();
            var unmarshaller = DisassociateNodeResponseUnmarshaller.Instance;

            return InvokeAsync<DisassociateNodeRequest,DisassociateNodeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }