Amazon.IoT.AmazonIoTClient.DeleteTopicRuleAsync C# (CSharp) Метод

DeleteTopicRuleAsync() публичный Метод

Initiates the asynchronous execution of the DeleteTopicRule operation.
public DeleteTopicRuleAsync ( DeleteTopicRuleRequest request, System cancellationToken = default(CancellationToken) ) : Task
request DeleteTopicRuleRequest Container for the necessary parameters to execute the DeleteTopicRule operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<DeleteTopicRuleResponse> DeleteTopicRuleAsync(DeleteTopicRuleRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new DeleteTopicRuleRequestMarshaller();
            var unmarshaller = DeleteTopicRuleResponseUnmarshaller.Instance;

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

Same methods

AmazonIoTClient::DeleteTopicRuleAsync ( string ruleName, System cancellationToken = default(CancellationToken) ) : Task
AmazonIoTClient