| Visual Basic (Declaration) | |
|---|---|
| Protected Overloads Overridable Function Publish( _ ByVal context As OperationContext, _ ByVal notifications As Queue(Of MonitoredItemNotification), _ ByVal diagnostics As Queue(Of DiagnosticInfo), _ ByVal value As DataValue, _ ByVal error As ServiceResult _ ) As Boolean | |
| C# | |
|---|---|
| protected virtual bool Publish( OperationContext context, Queue<MonitoredItemNotification> notifications, Queue<DiagnosticInfo> diagnostics, DataValue value, ServiceResult error ) | |
Parameters
- context
- notifications
- diagnostics
- value
- error
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family
 
     
     
     
     
    