Amazon.DirectoryService.AmazonDirectoryServiceClient.EndRestoreFromSnapshot C# (CSharp) 메소드

EndRestoreFromSnapshot() 공개 메소드

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