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

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

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