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

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

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

            return InvokeAsync<ListAssociatedStacksRequest,ListAssociatedStacksResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }