ClientMessaging Class

Class for ClientMessaging operation.
Public Class ClientMessaging
This language is not supported or no code example is available.
public class ClientMessaging
This language is not supported or no code example is available.
Name Description
Public constructor ClientMessaging(RunObj, int) Construct the instance
Top
Name Description
Public property ArrivedMessage When message arrives this property is toggled
Public property Queue Queue containg messages from other clients. Columns: Source, Message, Timestamp, Processed
Top
Methods
 
Name Description
Public method ClearQueue() Clear queue
Public method RemovedMessages(int, int) Removed messages
Public method SendTo(string, string) Send message to other client
Public method SetProcessedMessageFlag(int, int, bool) Set Processed column
Top
T.Modules.ClientStation.ClientMessaging

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition