Amazon.DirectoryService.AmazonDirectoryServiceClient.EndDescribeEventTopics C# (CSharp) 메소드

EndDescribeEventTopics() 공개 메소드

Finishes the asynchronous execution of the DescribeEventTopics operation.
public EndDescribeEventTopics ( IAsyncResult asyncResult ) : DescribeEventTopicsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEventTopics.
리턴 Amazon.DirectoryService.Model.DescribeEventTopicsResponse
        public  DescribeEventTopicsResponse EndDescribeEventTopics(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeEventTopicsResponse>(asyncResult);
        }
AmazonDirectoryServiceClient