C# Class Subtext.Framework.Tracking.Notifier

Class used to send a remote notification such as to Weblogs.com or a trackback/pingback.
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Méthode Description
Notify ( object state ) : void

Notifies the specified state.

Private Methods

Méthode Description
Notify ( ) : void
PingWeblogsDotCom ( Configuration track ) : void

Method Details

Notify() public méthode

Notifies the specified state.
public Notify ( object state ) : void
state object The state.
Résultat void