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

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

Finishes the asynchronous execution of the UpdateConditionalForwarder operation.
public EndUpdateConditionalForwarder ( IAsyncResult asyncResult ) : UpdateConditionalForwarderResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConditionalForwarder.
Результат UpdateConditionalForwarderResponse
        public  UpdateConditionalForwarderResponse EndUpdateConditionalForwarder(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateConditionalForwarderResponse>(asyncResult);
        }
AmazonDirectoryServiceClient