Amazon.OpsWorksCM.AmazonOpsWorksCMClient.DescribeNodeAssociationStatusAsync C# (CSharp) Method

DescribeNodeAssociationStatusAsync() public method

Initiates the asynchronous execution of the DescribeNodeAssociationStatus operation.
public DescribeNodeAssociationStatusAsync ( DescribeNodeAssociationStatusRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorksCM.Model.DescribeNodeAssociationStatusRequest Container for the necessary parameters to execute the DescribeNodeAssociationStatus operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeNodeAssociationStatusResponse> DescribeNodeAssociationStatusAsync(DescribeNodeAssociationStatusRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeNodeAssociationStatusRequestMarshaller();
            var unmarshaller = DescribeNodeAssociationStatusResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeNodeAssociationStatusRequest,DescribeNodeAssociationStatusResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }