C# 클래스 Examples.ControlClientAsUpdateSource.AddCallback
파일 보기
프로젝트 열기: pushtechnology/diffusion-examples
공개 메소드들
메소드 |
설명 |
|
AddCallback ( ITopicUpdateControl updater, UpdateSource source ) : System.Threading |
|
|
OnTopicAdded ( string topicPath ) : void |
Topic has been added. |
|
메소드 상세
public AddCallback ( ITopicUpdateControl updater, UpdateSource source ) : System.Threading |
updater |
ITopicUpdateControl |
|
source |
UpdateSource |
|
리턴 |
System.Threading |
|
public OnTopicAdded ( string topicPath ) : void |
topicPath |
string |
The full path of the topic that was added. |
리턴 |
void |
|