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

EndCreateConditionalForwarder() public method

Finishes the asynchronous execution of the CreateConditionalForwarder operation.
public EndCreateConditionalForwarder ( IAsyncResult asyncResult ) : CreateConditionalForwarderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConditionalForwarder.
return CreateConditionalForwarderResponse
        public  CreateConditionalForwarderResponse EndCreateConditionalForwarder(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateConditionalForwarderResponse>(asyncResult);
        }
AmazonDirectoryServiceClient