Amazon.DirectoryService.AmazonDirectoryServiceClient.EndDeleteDirectory C# (CSharp) Méthode

EndDeleteDirectory() public méthode

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