C# Class IOTGateway.FieldGatewayExtensions

Afficher le fichier Open project: michael-chi/Azure-IOTHub

Méthodes publiques

Méthode Description
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

Method Details

ReceiveCommandByDeviceid() public static méthode

public static ReceiveCommandByDeviceid ( this operations, string deviceId ) : string
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
Résultat string

ReceiveCommandByDeviceidAsync() public static méthode

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

RegisterByDeviceid() public static méthode

public static RegisterByDeviceid ( this operations, string deviceId ) : string
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
Résultat string

RegisterByDeviceidAsync() public static méthode

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

SendTelemetryByTelemetry() public static méthode

public static SendTelemetryByTelemetry ( this operations, TelemetryData telemetry ) : object
operations this /// Reference to the IOTGateway.IFieldGateway. ///
telemetry TelemetryData /// Required. ///
Résultat object

SendTelemetryByTelemetryAsync() public static méthode

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

UnregisterByDeviceid() public static méthode

public static UnregisterByDeviceid ( this operations, string deviceId ) : object
operations this /// Reference to the IOTGateway.IFieldGateway. ///
deviceId string /// Required. ///
Résultat object

UnregisterByDeviceidAsync() public static méthode

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