Amazon.IoT.AmazonIoTClient.CreateThingType C# (CSharp) Méthode

CreateThingType() private méthode

private CreateThingType ( CreateThingTypeRequest request ) : CreateThingTypeResponse
request Amazon.IoT.Model.CreateThingTypeRequest
Résultat 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