Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Subtext
Framework
Tracking
Notifier
C# Class Subtext.Framework.Tracking.Notifier
Class used to send a remote notification such as to Weblogs.com or a trackback/pingback.
Mostra file
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