Class ShadowUpdateEventArgs
- Namespace
- nanoFramework.Aws.IoTCore.Devices.Shadows
- Assembly
- nanoFramework.Aws.IoTCore.Devices.dll
Shadow updated event arguments.
public class ShadowUpdateEventArgs : EventArgs
- Inheritance
-
ShadowUpdateEventArgs
- Inherited Members
- Extension Methods
Constructors
ShadowUpdateEventArgs(Shadow)
Constructor for Shadow updated event arguments.
public ShadowUpdateEventArgs(Shadow shadow)
Parameters
shadow
ShadowThe updated shadow.
Properties
Shadow
Shadow.
public Shadow Shadow { get; set; }