C# Класс MidSpace.ShipScan.SeModCore.PullMessageBase

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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