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

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

Initiates the asynchronous execution of the ListPortfolioAccess operation.
public BeginListPortfolioAccess ( ListPortfolioAccessRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.ServiceCatalog.Model.ListPortfolioAccessRequest Container for the necessary parameters to execute the ListPortfolioAccess operation on AmazonServiceCatalogClient.
callback AsyncCallback An AsyncCallback delegate that is invoked when the operation completes.
state object A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property.
Результат IAsyncResult
        public IAsyncResult BeginListPortfolioAccess(ListPortfolioAccessRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListPortfolioAccessRequestMarshaller();
            var unmarshaller = ListPortfolioAccessResponseUnmarshaller.Instance;

            return BeginInvoke<ListPortfolioAccessRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonServiceCatalogClient