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

CreateThingType() приватный Метод

private CreateThingType ( CreateThingTypeRequest request ) : CreateThingTypeResponse
request Amazon.IoT.Model.CreateThingTypeRequest
Результат Amazon.IoT.Model.CreateThingTypeResponse
        internal CreateThingTypeResponse CreateThingType(CreateThingTypeRequest request)
        {
            var marshaller = new CreateThingTypeRequestMarshaller();
            var unmarshaller = CreateThingTypeResponseUnmarshaller.Instance;

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