Amazon.OpsWorksCM.AmazonOpsWorksCMClient.AssociateNodeAsync C# (CSharp) Метод

AssociateNodeAsync() публичный Метод

Initiates the asynchronous execution of the AssociateNode operation.
public AssociateNodeAsync ( AssociateNodeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorksCM.Model.AssociateNodeRequest Container for the necessary parameters to execute the AssociateNode operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<AssociateNodeResponse> AssociateNodeAsync(AssociateNodeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new AssociateNodeRequestMarshaller();
            var unmarshaller = AssociateNodeResponseUnmarshaller.Instance;

            return InvokeAsync<AssociateNodeRequest,AssociateNodeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }