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

EndCreateComputer() public method

Finishes the asynchronous execution of the CreateComputer operation.
public EndCreateComputer ( IAsyncResult asyncResult ) : Amazon.DirectoryService.Model.CreateComputerResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateComputer.
return Amazon.DirectoryService.Model.CreateComputerResponse
        public  CreateComputerResponse EndCreateComputer(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateComputerResponse>(asyncResult);
        }
AmazonDirectoryServiceClient