C# Класс Net.DDP.Server.PublicationMethods

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

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

Метод Описание
AttachMethods ( ) : void
PublicationMethods ( IServer server ) : System
RemoveMethods ( ) : void

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

Метод Описание
Publication_DocumentAdded ( object sender, PublicationEventArgs args ) : void

Every time a document is added to a publication a message is sent to all subscribers

Publication_DocumentChanged ( object sender, PublicationEventArgs args ) : void

Every time a document is changed within a publication a message is sent to all subscribers

Publication_DocumentRemoved ( object sender, PublicationEventArgs args ) : void

Every time a document is removed from a publication a message is sent to all subscribers

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

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

public AttachMethods ( ) : void
Результат void

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

public PublicationMethods ( IServer server ) : System
server IServer
Результат System

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

public RemoveMethods ( ) : void
Результат void