C# Class Subtext.Framework.Tracking.NotificationServices

Summary description for Notification.
ファイルを表示 Open project: ayende/Subtext

Public Methods

Method Description
Run ( Entry entry ) : void

Posts trackbacks and pingbacks for the specified entry.

Private Methods

Method Description
NotificationServices ( ) : System

Method Details

Run() public static method

Posts trackbacks and pingbacks for the specified entry.
public static Run ( Entry entry ) : void
entry Subtext.Framework.Components.Entry The entry.
return void