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

EndListVolumes() 공개 메소드

Finishes the asynchronous execution of the ListVolumes operation.
public EndListVolumes ( IAsyncResult asyncResult ) : ListVolumesResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumes.
리턴 ListVolumesResponse
        public  ListVolumesResponse EndListVolumes(IAsyncResult asyncResult)
        {
            return EndInvoke<ListVolumesResponse>(asyncResult);
        }
AmazonStorageGatewayClient