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

EndDeleteDirectory() 공개 메소드

Finishes the asynchronous execution of the DeleteDirectory operation.
public EndDeleteDirectory ( IAsyncResult asyncResult ) : Amazon.DirectoryService.Model.DeleteDirectoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteDirectory.
리턴 Amazon.DirectoryService.Model.DeleteDirectoryResponse
        public  DeleteDirectoryResponse EndDeleteDirectory(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDirectoryResponse>(asyncResult);
        }
AmazonDirectoryServiceClient