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

GetTopicRule() private method

private GetTopicRule ( GetTopicRuleRequest request ) : GetTopicRuleResponse
request GetTopicRuleRequest
return GetTopicRuleResponse
        internal GetTopicRuleResponse GetTopicRule(GetTopicRuleRequest request)
        {
            var marshaller = new GetTopicRuleRequestMarshaller();
            var unmarshaller = GetTopicRuleResponseUnmarshaller.Instance;

            return Invoke<GetTopicRuleRequest,GetTopicRuleResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonIoTClient::GetTopicRule ( string ruleName ) : GetTopicRuleResponse
AmazonIoTClient