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

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

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

            return InvokeAsync<CreatePortfolioShareRequest,CreatePortfolioShareResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient