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

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

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

            return InvokeAsync<DescribeThingTypeRequest,DescribeThingTypeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient