Свойство | Тип | Описание | |
---|---|---|---|
listeners | Delegate>.Dictionary |
Метод | Описание | |
---|---|---|
AddHandler ( int recipientId, Delegate handler ) : void | ||
Dispatch ( ServerCommandCodec sc ) : void | ||
RemoveHandler ( int recipientId, Delegate handler ) : void |
Метод | Описание | |
---|---|---|
Broadcast ( ServerCommandCodec sc ) : void | ||
Send ( ServerCommandCodec sc ) : void |
public AddHandler ( int recipientId, Delegate handler ) : void | ||
recipientId | int | |
handler | Delegate | |
Результат | void |
protected abstract Broadcast ( ServerCommandCodec sc ) : void | ||
sc | ServerCommandCodec | |
Результат | void |
public Dispatch ( ServerCommandCodec sc ) : void | ||
sc | ServerCommandCodec | |
Результат | void |
public RemoveHandler ( int recipientId, Delegate handler ) : void | ||
recipientId | int | |
handler | Delegate | |
Результат | void |
protected abstract Send ( ServerCommandCodec sc ) : void | ||
sc | ServerCommandCodec | |
Результат | void |