Class TwinUpdateEventArgs
- Namespace
- nanoFramework.Azure.Devices.Shared
- Assembly
- nanoFramework.Azure.Devices.Client.dll
Twin updated event arguments.
public class TwinUpdateEventArgs : EventArgs
- Inheritance
-
TwinUpdateEventArgs
- Inherited Members
- Extension Methods
Constructors
TwinUpdateEventArgs(TwinCollection)
Constructor for Twin updated event arguments.
public TwinUpdateEventArgs(TwinCollection twin)
Parameters
twin
TwinCollectionThe twin collection.
Properties
Twin
Twin collection.
public TwinCollection Twin { get; set; }