Click or drag to resize

PublishEventArgs Class

The event arguments raised by IPublishSubscribeService on receiving a published message.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Demo3D.NetNotifyDataChangedEventArgs
      Demo3D.HLE.CommsPublishEventArgs

Namespace: Demo3D.HLE.Comms
Assembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
Syntax
C#
public sealed class PublishEventArgs : NotifyDataChangedEventArgs

The PublishEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyFilter Filter for received message, usually a topic or content string.
Public propertyMessage Received message.
Top
See Also