C# Класс TickTack.IotRegisterExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
Post ( this operations, RegisterIotDeviceRequest register ) : RegisterIotDeviceResponse
PostAsync ( this operations, RegisterIotDeviceRequest register, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task

Описание методов

Post() публичный статический Метод

public static Post ( this operations, RegisterIotDeviceRequest register ) : RegisterIotDeviceResponse
operations this /// Reference to the TickTack.IIotRegister. ///
register TickTack.Models.RegisterIotDeviceRequest /// Required. ///
Результат TickTack.Models.RegisterIotDeviceResponse

PostAsync() публичный статический Метод

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. ///
Результат Task