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

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

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

            return InvokeAsync<UpdateThingRequest,UpdateThingResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient