Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Subtext
Framework
Tracking
Notifier
C# 클래스 Subtext.Framework.Tracking.Notifier
Class used to send a remote notification such as to Weblogs.com or a trackback/pingback.
파일 보기
프로젝트 열기: ayende/Subtext
1 사용 예제들
공개 메소드들
메소드
설명
Notify
(
object
state
) :
void
Notifies the specified state.
비공개 메소드들
메소드
설명
Notify
( ) :
void
PingWeblogsDotCom
(
Configuration
track
) :
void
메소드 상세
Notify()
공개
메소드
Notifies the specified state.
public
Notify
(
object
state
) :
void
state
object
The state.
리턴
void