C# Класс d3.Client.Services.ChannelSubscriberImpl

Наследование: ChannelSubscriber
Показать файл Открыть проект

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

Метод Описание
ChannelSubscriberImpl ( Connection connection ) : System
NotifyAdd ( Google controller, AddNotification request, Action done ) : void
NotifyJoin ( Google controller, JoinNotification request, Action done ) : void
NotifyLeave ( Google controller, LeaveNotification request, Action done ) : void
NotifyRemove ( Google controller, RemoveNotification request, Action done ) : void
NotifySendMessage ( Google controller, SendMessageNotification request, Action done ) : void
NotifyUpdateChannelState ( Google controller, UpdateChannelStateNotification request, Action done ) : void
NotifyUpdateMemberState ( Google controller, UpdateMemberStateNotification request, Action done ) : void

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

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

public ChannelSubscriberImpl ( Connection connection ) : System
connection Connection
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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