Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

Provides access to the subscription manager within the server.

Namespace: Opc.Ua.Server
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)

Syntax

C#
public interface ISubscriptionManager
Visual Basic
Public Interface ISubscriptionManager
Visual C++
public interface class ISubscriptionManager

Remarks

Sinks that receive these events must not block the thread.

See Also