C# Класс IOTGateway.FieldGatewayExtensions

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

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

Метод Описание
ReceiveCommandByDeviceid ( this operations, string deviceId ) : string
ReceiveCommandByDeviceidAsync ( this operations, string deviceId, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task
RegisterByDeviceid ( this operations, string deviceId ) : string
RegisterByDeviceidAsync ( this operations, string deviceId, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task
SendTelemetryByTelemetry ( this operations, TelemetryData telemetry ) : object
SendTelemetryByTelemetryAsync ( this operations, TelemetryData telemetry, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task
UnregisterByDeviceid ( this operations, string deviceId ) : object
UnregisterByDeviceidAsync ( this operations, string deviceId, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task

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

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

public static ReceiveCommandByDeviceid ( this operations, string deviceId ) : string
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
Результат string

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

public static ReceiveCommandByDeviceidAsync ( this operations, string deviceId, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
cancellationToken System.Threading.CancellationToken /// Cancellation token. ///
Результат Task

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

public static RegisterByDeviceid ( this operations, string deviceId ) : string
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
Результат string

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

public static RegisterByDeviceidAsync ( this operations, string deviceId, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
cancellationToken System.Threading.CancellationToken /// Cancellation token. ///
Результат Task

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

public static SendTelemetryByTelemetry ( this operations, TelemetryData telemetry ) : object
operations this /// Reference to the IOTGateway.IFieldGateway. ///
telemetry TelemetryData /// Required. ///
Результат object

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

public static SendTelemetryByTelemetryAsync ( this operations, TelemetryData telemetry, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task
operations this /// Reference to the IOTGateway.IFieldGateway. ///
telemetry TelemetryData /// Required. ///
cancellationToken System.Threading.CancellationToken /// Cancellation token. ///
Результат Task

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

public static UnregisterByDeviceid ( this operations, string deviceId ) : object
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
Результат object

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

public static UnregisterByDeviceidAsync ( this operations, string deviceId, CancellationToken cancellationToken = default(System.Threading.CancellationToken) ) : Task
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
cancellationToken System.Threading.CancellationToken /// Cancellation token. ///
Результат Task