Amazon.IoT.AmazonIoTClient.DeleteTopicRule C# (CSharp) Méthode

DeleteTopicRule() private méthode

private DeleteTopicRule ( DeleteTopicRuleRequest request ) : DeleteTopicRuleResponse
request DeleteTopicRuleRequest
Résultat DeleteTopicRuleResponse
        internal DeleteTopicRuleResponse DeleteTopicRule(DeleteTopicRuleRequest request)
        {
            var marshaller = new DeleteTopicRuleRequestMarshaller();
            var unmarshaller = DeleteTopicRuleResponseUnmarshaller.Instance;

            return Invoke<DeleteTopicRuleRequest,DeleteTopicRuleResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonIoTClient::DeleteTopicRule ( string ruleName ) : DeleteTopicRuleResponse
AmazonIoTClient