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

EndDeleteDirectory() public method

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.
return Amazon.DirectoryService.Model.DeleteDirectoryResponse
        public  DeleteDirectoryResponse EndDeleteDirectory(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteDirectoryResponse>(asyncResult);
        }
AmazonDirectoryServiceClient