Class IOnvifClient.PullpointRule
Represents a pullpoint subscription rule associated with an ONVIF event topic.
public class IOnvifClient.PullpointRule
- Inheritance
-
IOnvifClient.PullpointRule
- Inherited Members
Constructors
PullpointRule()
public PullpointRule()
Properties
Name
Gets or sets the name of the rule.
public string Name { get; set; }
Property Value
TopicMessage
Gets or sets the topic message associated with this rule.
public string TopicMessage { get; set; }
Property Value
Methods
ToString()
Returns a string representation of this rule combining the topic message and name.
public override string ToString()
Returns
- string
A string in the format "
TopicMessage Name".