C# Class DeviceHive.DeviceNotification

Afficher le fichier Open project: devicehive/devicehive-.net-mf Class Usage Examples

Méthodes publiques

Свойство Type Description
notification string
parameters System.Collections.Hashtable
timestamp string

Méthodes publiques

Méthode Description
GetHashCode ( ) : int

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Property Details

notification public_oe property

Name of notification
public string notification
Résultat string

parameters public_oe property

Name-value array of notification parameters
public Hashtable,System.Collections parameters
Résultat System.Collections.Hashtable

timestamp public_oe property

Timestamp of a notification
Created at server.
public string timestamp
Résultat string