Amazon.CloudFormation.AmazonCloudFormationClient.DescribeStackResourceAsync C# (CSharp) Method

DescribeStackResourceAsync() public method

Initiates the asynchronous execution of the DescribeStackResource operation.
public DescribeStackResourceAsync ( DescribeStackResourceRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.CloudFormation.Model.DescribeStackResourceRequest Container for the necessary parameters to execute the DescribeStackResource operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<DescribeStackResourceResponse> DescribeStackResourceAsync(DescribeStackResourceRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DescribeStackResourceRequestMarshaller();
            var unmarshaller = DescribeStackResourceResponseUnmarshaller.Instance;

            return InvokeAsync<DescribeStackResourceRequest,DescribeStackResourceResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonCloudFormationClient