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

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

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

            return InvokeAsync<DeprecateThingTypeRequest,DeprecateThingTypeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient