Class TwinUpdateEventArgs
Twin updated event arguments.
Inherited Members
Namespace: nanoFramework.Azure.Devices.Shared
Assembly: nanoFramework.Azure.Devices.Client.dll
Syntax
public class TwinUpdateEventArgs : EventArgs
Constructors
TwinUpdateEventArgs(TwinCollection)
Constructor for Twin updated event arguments.
Declaration
public TwinUpdateEventArgs(TwinCollection twin)
Parameters
Type | Name | Description |
---|---|---|
TwinCollection | twin | The twin collection. |
Properties
Twin
Twin collection.
Declaration
public TwinCollection Twin { get; set; }
Property Value
Type | Description |
---|---|
TwinCollection |