Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.DescribeAssociationAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DescribeAssociationRequest,DescribeAssociationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonSimpleSystemsManagementClient::DescribeAssociationAsync ( string instanceId, string name, System cancellationToken = default(CancellationToken) ) : Task
AmazonSimpleSystemsManagementClient