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

EndCreateSnapshotFromVolumeRecoveryPoint() public method

Finishes the asynchronous execution of the CreateSnapshotFromVolumeRecoveryPoint operation.
public EndCreateSnapshotFromVolumeRecoveryPoint ( IAsyncResult asyncResult ) : CreateSnapshotFromVolumeRecoveryPointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshotFromVolumeRecoveryPoint.
return CreateSnapshotFromVolumeRecoveryPointResponse
        public  CreateSnapshotFromVolumeRecoveryPointResponse EndCreateSnapshotFromVolumeRecoveryPoint(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSnapshotFromVolumeRecoveryPointResponse>(asyncResult);
        }
AmazonStorageGatewayClient