Table of Contents

Class IOnvifClient.PullpointRule

Namespace
VAST.ONVIF
Assembly
VAST.ONVIF.dll

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

string

TopicMessage

Gets or sets the topic message associated with this rule.

public string TopicMessage { get; set; }

Property Value

string

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".