Build 1.01.318.0

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

A generic session manager object for a 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 class SubscriptionManager : IDisposable, 
	ISubscriptionManager
Visual Basic
Public Class SubscriptionManager _
	Implements IDisposable, ISubscriptionManager
Visual C++
public ref class SubscriptionManager : IDisposable, 
	ISubscriptionManager

Inheritance Hierarchy

System..::..Object
  Opc.Ua.Server..::..SubscriptionManager

See Also