| TCPCommunicationReceivedCommandClientEvent Method |
Process Received Command/Data from Client
Namespace:
CSharpGrid.Grid.SPI.Communication
Assembly:
CSharpGrid (in CSharpGrid.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax public void ReceivedCommandClientEvent(
Object sender,
EventArgs args
)
public:
void ReceivedCommandClientEvent(
Object^ sender,
EventArgs^ args
)
Parameters
- sender
- Type: SystemObject
Sender object - args
- Type: SystemEventArgs
Event arguments
See Also