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

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

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