Amazon.AppStream.AmazonAppStreamClient.DescribeStacksAsync C# (CSharp) Метод

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

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

            return InvokeAsync<DescribeStacksRequest,DescribeStacksResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }