Click or drag to resize

MessageContext Class

Optional information about the request received.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.Rockwell.Comms.DPI.NodesMessageContext

Namespace:  Demo3D.PLC.Rockwell.Comms.DPI.Nodes
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public class MessageContext

The MessageContext type exposes the following members.

Constructors
  NameDescription
Public methodMessageContext
Constructs a MessageContext.
Top
Properties
  NameDescription
Public propertyServerConnectionClosed
A class that will raise an event when the TCP/IP server connection closes (or null).
Top
See Also