Click or drag to resize

IPresenceDetector Interface

[This is preliminary documentation and is subject to change.]

Defines the presence detector capability

Namespace:  GHASchema.Classes.Capabilities.Security
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Security")]
public interface IPresenceDetector

The IPresenceDetector type exposes the following members.

Properties
  NameDescription
Public propertyLastPresenceChanged
The date/time the last presence changed occurred
Public propertyPresenceChanged
Set when the detected entities has changed
Top
Methods
  NameDescription
Public methodGetDetections
List of presence detections
Top
See Also