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

EndCreateTopicRule() public method

Finishes the asynchronous execution of the CreateTopicRule operation.
public EndCreateTopicRule ( IAsyncResult asyncResult ) : CreateTopicRuleResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateTopicRule.
return CreateTopicRuleResponse
        public  CreateTopicRuleResponse EndCreateTopicRule(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateTopicRuleResponse>(asyncResult);
        }
AmazonIoTClient