Amazon.DirectoryService.AmazonDirectoryServiceClient.EndDeleteSnapshot C# (CSharp) Method

EndDeleteSnapshot() public method

Finishes the asynchronous execution of the DeleteSnapshot operation.
public EndDeleteSnapshot ( IAsyncResult asyncResult ) : Amazon.DirectoryService.Model.DeleteSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteSnapshot.
return Amazon.DirectoryService.Model.DeleteSnapshotResponse
        public  DeleteSnapshotResponse EndDeleteSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteSnapshotResponse>(asyncResult);
        }
AmazonDirectoryServiceClient