C# 클래스 Net.DDP.Server.PublicationMethods

파일 보기 프로젝트 열기: jamie-tigereye/DDPServer.Net

공개 메소드들

메소드 설명
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