Amazon.StorageGateway.AmazonStorageGatewayClient.EndListVolumeRecoveryPoints C# (CSharp) Method

EndListVolumeRecoveryPoints() public method

Finishes the asynchronous execution of the ListVolumeRecoveryPoints operation.
public EndListVolumeRecoveryPoints ( IAsyncResult asyncResult ) : ListVolumeRecoveryPointsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginListVolumeRecoveryPoints.
return ListVolumeRecoveryPointsResponse
        public  ListVolumeRecoveryPointsResponse EndListVolumeRecoveryPoints(IAsyncResult asyncResult)
        {
            return EndInvoke<ListVolumeRecoveryPointsResponse>(asyncResult);
        }
AmazonStorageGatewayClient