C# 클래스 MidSpace.ShipScan.SeModCore.PullMessageBase

파일 보기 프로젝트 열기: midspace/Space-Engineers-Exploration-Ship-Scan-mod 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

InvokeProcessing() 공개 메소드

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
리턴 void

ProcessServer() 공개 추상적인 메소드

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