Amazon.KeyManagementService.AmazonKeyManagementServiceClient.BeginListRetirableGrants C# (CSharp) Method

BeginListRetirableGrants() public method

Initiates the asynchronous execution of the ListRetirableGrants operation.
public BeginListRetirableGrants ( ListRetirableGrantsRequest request, AsyncCallback callback, object state ) : IAsyncResult
request Amazon.KeyManagementService.Model.ListRetirableGrantsRequest Container for the necessary parameters to execute the ListRetirableGrants operation on AmazonKeyManagementServiceClient.
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.
return IAsyncResult
        public IAsyncResult BeginListRetirableGrants(ListRetirableGrantsRequest request, AsyncCallback callback, object state)
        {
            var marshaller = new ListRetirableGrantsRequestMarshaller();
            var unmarshaller = ListRetirableGrantsResponseUnmarshaller.Instance;

            return BeginInvoke<ListRetirableGrantsRequest>(request, marshaller, unmarshaller,
                callback, state);
        }
AmazonKeyManagementServiceClient