Amazon.IoT.AmazonIoTClient.EndGetTopicRule C# (CSharp) Method

EndGetTopicRule() public method

Finishes the asynchronous execution of the GetTopicRule operation.
public EndGetTopicRule ( IAsyncResult asyncResult ) : GetTopicRuleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetTopicRule.
return GetTopicRuleResponse
        public  GetTopicRuleResponse EndGetTopicRule(IAsyncResult asyncResult)
        {
            return EndInvoke<GetTopicRuleResponse>(asyncResult);
        }
AmazonIoTClient