C# Class Subtext.Framework.Tracking.Notifier

Class used to send a remote notification such as to Weblogs.com or a trackback/pingback.
ファイルを表示 Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
Notify ( object state ) : void

Notifies the specified state.

Private Methods

Method Description
Notify ( ) : void
PingWeblogsDotCom ( Configuration track ) : void

Method Details

Notify() public method

Notifies the specified state.
public Notify ( object state ) : void
state object The state.
return void