C# Класс Softing.OPCToolbox.Client.Control.ControlDaSubscription

Наследование: DaSubscription
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
m_isActivated bool
m_name string
m_updateRate uint

Открытые методы

Метод Описание
ControlDaSubscription ( uint updateRate, ControlDaSession parentSession ) : System

Initializes a new instance of the ControlDaSubscription class with the value indicated by an update rate and a ControlDaSession object to whom to be added.

Защищенные методы

Метод Описание
ControlDaSubscription ( SerializationInfo info, StreamingContext context ) : System

Contructs a ControlDaSubscription object by de-serializing it from the stream.

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Описание методов

ControlDaSubscription() защищенный Метод

Contructs a ControlDaSubscription object by de-serializing it from the stream.
protected ControlDaSubscription ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Результат System

ControlDaSubscription() публичный Метод

Initializes a new instance of the ControlDaSubscription class with the value indicated by an update rate and a ControlDaSession object to whom to be added.
public ControlDaSubscription ( uint updateRate, ControlDaSession parentSession ) : System
updateRate uint The cyclic rate that the active objects have to be read.
parentSession ControlDaSession The session to whom the subscription is to be added.
Результат System

Описание свойств

m_isActivated защищенное свойство

Shows whether the subscription is activated or not.
protected bool m_isActivated
Результат bool

m_name защищенное свойство

A symbolic name for the ControlDaSubscription object that describes its semantic significance.
protected string m_name
Результат string

m_updateRate защищенное свойство

The speed (in milliseconds)requested for scanning the active item objects.
protected uint m_updateRate
Результат uint