C# Класс tdsm.core.Messages.MessageDispatcher

Показать файл Открыть проект

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

Метод Описание
Dispatch ( ClientConnection conn, byte readBuffer, int start, int length ) : void

Приватные методы

Метод Описание
GetMessageArray ( ) : tdsm.core.Messages.MessageHandler[]

Load all IMessage types into an indexed array at application start. This should allow us to process Events extremely quickly while cutting down on how much code we have to hold in our head to understand each Event.

Описание методов

Dispatch() публичный статический Метод

public static Dispatch ( ClientConnection conn, byte readBuffer, int start, int length ) : void
conn ClientConnection
readBuffer byte
start int
length int
Результат void