Amazon.ServiceCatalog.AmazonServiceCatalogClient.ListLaunchPathsAsync C# (CSharp) Метод

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

Initiates the asynchronous execution of the ListLaunchPaths operation.
public ListLaunchPathsAsync ( ListLaunchPathsRequest request, System cancellationToken = default(CancellationToken) ) : Task
request ListLaunchPathsRequest Container for the necessary parameters to execute the ListLaunchPaths operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<ListLaunchPathsResponse> ListLaunchPathsAsync(ListLaunchPathsRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new ListLaunchPathsRequestMarshaller();
            var unmarshaller = ListLaunchPathsResponseUnmarshaller.Instance;

            return InvokeAsync<ListLaunchPathsRequest,ListLaunchPathsResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient