Amazon.ServiceCatalog.AmazonServiceCatalogClient.DeletePortfolioShareAsync C# (CSharp) 메소드

DeletePortfolioShareAsync() 공개 메소드

Initiates the asynchronous execution of the DeletePortfolioShare operation.
public DeletePortfolioShareAsync ( DeletePortfolioShareRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeletePortfolioShareRequest Container for the necessary parameters to execute the DeletePortfolioShare operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
리턴 Task
        public Task<DeletePortfolioShareResponse> DeletePortfolioShareAsync(DeletePortfolioShareRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeletePortfolioShareRequestMarshaller();
            var unmarshaller = DeletePortfolioShareResponseUnmarshaller.Instance;

            return InvokeAsync<DeletePortfolioShareRequest,DeletePortfolioShareResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonServiceCatalogClient