Build 1.01.318.0
Assembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)
[This is preliminary documentation and is subject to change.]
The current publishing state for a subcription.
Namespace: Opc.Ua.ServerAssembly: Opc.Ua.Server (in Opc.Ua.Server.dll) Version: 1.1.318.1 (1.01.318.1)
Syntax
| C# |
|---|
public enum PublishingState |
| Visual Basic |
|---|
Public Enumeration PublishingState |
| Visual C++ |
|---|
public enum class PublishingState |
Members
| Member name | Value | Description | |
|---|---|---|---|
| Idle | 0 | The subscription is not ready to publish. | |
| NotificationsAvailable | 1 | The subscription has notifications that are ready to publish. | |
| WaitingForPublish | 2 | The has already indicated that it is waiting for a publish request. | |
| Expired | 3 | The subscription has expired. |