C# Class TickTack.IotRegisterExtensions

Afficher le fichier Open project: HouseOfTheFuture/IoT-Device

Méthodes publiques

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

Method Details

Post() public static méthode

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

PostAsync() public static méthode

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. ///
Résultat Task