C# Класс Examples.ControlClientUpdatingTopic.RemoveCallback

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

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

Метод Описание
OnDiscard ( ) : void

Notification that a call context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for the context.

OnTopicsRemoved ( ) : void

Topic(s) have been removed.

RemoveCallback ( ISession session ) : PushTechnology.ClientInterface.Client.Factories

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

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

Notification that a call context was closed prematurely, typically due to a timeout or the session being closed. No further calls will be made for the context.
public OnDiscard ( ) : void
Результат void

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

Topic(s) have been removed.
public OnTopicsRemoved ( ) : void
Результат void

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

public RemoveCallback ( ISession session ) : PushTechnology.ClientInterface.Client.Factories
session ISession
Результат PushTechnology.ClientInterface.Client.Factories