C# Class TickTack.IotRegisterExtensions

Mostra file Open project: HouseOfTheFuture/IoT-Device

Public Methods

Method Description
Post ( this operations, RegisterIotDeviceRequest register ) : RegisterIotDeviceResponse
PostAsync ( this operations, RegisterIotDeviceRequest register, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task

Method Details

Post() public static method

public static Post ( this operations, RegisterIotDeviceRequest register ) : RegisterIotDeviceResponse
operations this /// Reference to the TickTack.IIotRegister. ///
register TickTack.Models.RegisterIotDeviceRequest /// Required. ///
return TickTack.Models.RegisterIotDeviceResponse

PostAsync() public static method

public static PostAsync ( this operations, RegisterIotDeviceRequest register, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task
operations this /// Reference to the TickTack.IIotRegister. ///
register TickTack.Models.RegisterIotDeviceRequest /// Required. ///
cancellationToken System.Threading.CancellationToken /// Cancellation token. ///
return Task