C# Класс d3.Server.Services.ChatServiceImpl

Наследование: bnet.protocol.chat.ChatService
Показать файл Открыть проект

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

Метод Описание
ChatServiceImpl ( ClientHandler client ) : System
CreateChannel ( Google controller, bnet request, Action done ) : void
FindChannel ( Google controller, bnet request, Action done ) : void
JoinChannel ( Google controller, bnet request, Action done ) : void

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

ChatServiceImpl() публичный Метод

public ChatServiceImpl ( ClientHandler client ) : System
client ClientHandler
Результат System

CreateChannel() публичный Метод

public CreateChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
Результат void

FindChannel() публичный Метод

public FindChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
Результат void

JoinChannel() публичный Метод

public JoinChannel ( Google controller, bnet request, Action done ) : void
controller Google
request bnet
done Action
Результат void