Class IOnvifClient.OnvifPullPointNotificationEventArgs
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
notificationsList<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; }