Amazon.OpsWorks.AmazonOpsWorksClient.DescribeStackSummaryAsync C# (CSharp) 메소드

DescribeStackSummaryAsync() 공개 메소드

Initiates the asynchronous execution of the DescribeStackSummary operation.
public DescribeStackSummaryAsync ( DescribeStackSummaryRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.OpsWorks.Model.DescribeStackSummaryRequest Container for the necessary parameters to execute the DescribeStackSummary operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<DescribeStackSummaryResponse> DescribeStackSummaryAsync(DescribeStackSummaryRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeStackSummaryRequestMarshaller();
            var unmarshaller = DescribeStackSummaryResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeStackSummaryRequest,DescribeStackSummaryResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonOpsWorksClient