C# Class Opc.Ua.Server.SessionPublishQueue.QueuedSubscription

Stores a subscription that has notifications ready to be sent back to the client.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
Priority byte
Publishing bool
ReadyToPublish bool
Subscription Subscription
Timestamp System.DateTime

Property Details

Priority public_oe property

public byte Priority
return byte

Publishing public_oe property

public bool Publishing
return bool

ReadyToPublish public_oe property

public bool ReadyToPublish
return bool

Subscription public_oe property

public Subscription,Opc.Ua.Server Subscription
return Subscription

Timestamp public_oe property

public DateTime,System Timestamp
return System.DateTime