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

EndCreateSnapshotFromVolumeRecoveryPoint() 공개 메소드

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