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

EndUpdateConditionalForwarder() public method

Finishes the asynchronous execution of the UpdateConditionalForwarder operation.
public EndUpdateConditionalForwarder ( IAsyncResult asyncResult ) : UpdateConditionalForwarderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConditionalForwarder.
return UpdateConditionalForwarderResponse
        public  UpdateConditionalForwarderResponse EndUpdateConditionalForwarder(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateConditionalForwarderResponse>(asyncResult);
        }
AmazonDirectoryServiceClient