Amazon.StorageGateway.AmazonStorageGatewayClient.EndListGateways C# (CSharp) 메소드

EndListGateways() 공개 메소드

Finishes the asynchronous execution of the ListGateways operation.
public EndListGateways ( IAsyncResult asyncResult ) : ListGatewaysResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListGateways.
리턴 ListGatewaysResponse
        public  ListGatewaysResponse EndListGateways(IAsyncResult asyncResult)
        {
            return EndInvoke<ListGatewaysResponse>(asyncResult);
        }
AmazonStorageGatewayClient