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