Méthode | Description | |
---|---|---|
AttachMethods ( ) : void | ||
PublicationMethods ( IServer server ) : System | ||
RemoveMethods ( ) : void |
Méthode | Description | |
---|---|---|
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
|
public PublicationMethods ( IServer server ) : System | ||
server | IServer | |
Résultat | System |