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

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

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

            return InvokeAsync<ListThingTypesRequest,ListThingTypesResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient