Table of Contents

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 Shadow

The updated shadow.

Properties

Shadow

Shadow.

public Shadow Shadow { get; set; }

Property Value

Shadow