Amazon.DirectoryService.AmazonDirectoryServiceClient.EndCreateSnapshot C# (CSharp) Метод

EndCreateSnapshot() публичный Метод

Finishes the asynchronous execution of the CreateSnapshot operation.
public EndCreateSnapshot ( IAsyncResult asyncResult ) : Amazon.DirectoryService.Model.CreateSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateSnapshot.
Результат Amazon.DirectoryService.Model.CreateSnapshotResponse
        public  CreateSnapshotResponse EndCreateSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateSnapshotResponse>(asyncResult);
        }
AmazonDirectoryServiceClient