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

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

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

            return InvokeAsync<DeleteThingRequest,DeleteThingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonIoTClient::DeleteThingAsync ( string thingName, System cancellationToken = default(CancellationToken) ) : Task
AmazonIoTClient