C# Class MidSpace.ShipScan.SeModCore.PushMessageBase

Mostrar archivo Open project: midspace/Space-Engineers-Exploration-Ship-Scan-mod Class Usage Examples

Public Methods

Method Description
InvokeProcessing ( ) : void

This will allow the serializer to automatically execute the Action in the same step as Deserialization, and reduce the message handling in the ConnectionHelper. Exception handling ConnectionHelper would have to be moved here too.

ProcessClient ( ) : void

When the message is recieved on the Client side, it will invoke this method.

Method Details

InvokeProcessing() public method

This will allow the serializer to automatically execute the Action in the same step as Deserialization, and reduce the message handling in the ConnectionHelper. Exception handling ConnectionHelper would have to be moved here too.
public InvokeProcessing ( ) : void
return void

ProcessClient() public abstract method

When the message is recieved on the Client side, it will invoke this method.
public abstract ProcessClient ( ) : void
return void