Amazon.DirectoryService.AmazonDirectoryServiceClient.EndCreateDirectory C# (CSharp) Метод

EndCreateDirectory() публичный Метод

Finishes the asynchronous execution of the CreateDirectory operation.
public EndCreateDirectory ( IAsyncResult asyncResult ) : Amazon.DirectoryService.Model.CreateDirectoryResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateDirectory.
Результат Amazon.DirectoryService.Model.CreateDirectoryResponse
        public  CreateDirectoryResponse EndCreateDirectory(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateDirectoryResponse>(asyncResult);
        }
AmazonDirectoryServiceClient