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

EndRestoreFromSnapshot() public method

Finishes the asynchronous execution of the RestoreFromSnapshot operation.
public EndRestoreFromSnapshot ( IAsyncResult asyncResult ) : RestoreFromSnapshotResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRestoreFromSnapshot.
return RestoreFromSnapshotResponse
        public  RestoreFromSnapshotResponse EndRestoreFromSnapshot(IAsyncResult asyncResult)
        {
            return EndInvoke<RestoreFromSnapshotResponse>(asyncResult);
        }
AmazonDirectoryServiceClient