C# Class MidSpace.ShipScan.SeModCore.PullMessageBase

Show file 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.

ProcessServer ( ) : void

When the message is recieved on the Server 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

ProcessServer() public abstract method

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