Table of Contents

Class IOnvifClient.PullPointNotification

Namespace
VAST.ONVIF
Assembly
VAST.ONVIF.dll

Represents a single notification received from an ONVIF pullpoint subscription.

public class IOnvifClient.PullPointNotification
Inheritance
IOnvifClient.PullPointNotification
Inherited Members

Constructors

PullPointNotification()

public PullPointNotification()

Properties

Message

Gets or sets the key-value pairs representing the notification message content.

public Dictionary<string, string> Message { get; set; }

Property Value

Dictionary<string, string>

Timestamp

Gets or sets the timestamp when the notification was generated.

public DateTime Timestamp { get; set; }

Property Value

DateTime

Topics

Gets or sets the list of topics associated with this notification.

public List<IOnvifClient.PullpointTopic> Topics { get; set; }

Property Value

List<IOnvifClient.PullpointTopic>