Table of Contents

Class IOnvifClient.OnvifPullPointNotificationEventArgs

Namespace
VAST.ONVIF
Assembly
VAST.ONVIF.dll

Provides data for ONVIF pullpoint notification events.

public class IOnvifClient.OnvifPullPointNotificationEventArgs : EventArgs
Inheritance
IOnvifClient.OnvifPullPointNotificationEventArgs
Inherited Members

Constructors

OnvifPullPointNotificationEventArgs(List<PullPointNotification>)

Initializes a new instance of the IOnvifClient.OnvifPullPointNotificationEventArgs class.

public OnvifPullPointNotificationEventArgs(List<IOnvifClient.PullPointNotification> notifications)

Parameters

notifications List<IOnvifClient.PullPointNotification>

The list of pullpoint notifications.

Properties

Notifications

Gets the list of pullpoint notifications associated with this event.

public List<IOnvifClient.PullPointNotification> Notifications { get; }

Property Value

List<IOnvifClient.PullPointNotification>