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

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

Initiates the asynchronous execution of the CreateThingType operation.
public CreateThingTypeAsync ( CreateThingTypeRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.IoT.Model.CreateThingTypeRequest Container for the necessary parameters to execute the CreateThingType operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateThingTypeResponse> CreateThingTypeAsync(CreateThingTypeRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateThingTypeRequestMarshaller();
            var unmarshaller = CreateThingTypeResponseUnmarshaller.Instance;

            return InvokeAsync<CreateThingTypeRequest,CreateThingTypeResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonIoTClient