OpcSubscription Class

Namespace: Opc.UaFx.Server
Assemblies: Opc.UaFx.Advanced.dll

Provides information about a client initiated subscription.

C#

public class OpcSubscription : IDisposable


Inheritance Object › OpcSubscription


Implements IDisposable

Name Description
Diagnostics Gets an instance of which provides diagnostic information about the operations performed and activities recognized on this OpcSubscription.
Id Gets the unique identifier of the subscription.
MonitoredItemsCount Gets the total number of monitored items observed through this OpcSubscription.
Priority Gets the priority used for publishing data change and event notifications.
PublishingInterval Gets a value indicating the interval used to publish recent data change and event notifications in milliseconds.
PublishingIsEnabled Gets a value indicating whether the publishing of data change and event notifications is enabled for this subscription.
Session Gets the session which owns this OpcSubscription.
Name Description
Dispose Releases all resources used by the OpcSubscription.
Dispose(Boolean) Releases the unmanaged resources used by the OpcSubscription and optionally releases the managed resources.