C# 클래스 LearnLanguages.History.Events.ThinkedAboutTargetEvent

This event is used to tell history that we have thinked about some target, and that it should update progress indicators accordingly. If you are just pinging an update (not completed thinking about the target), publish this with the thinkId = guid.empty.
상속: Bases.ThinkingEventBase
파일 보기 프로젝트 열기: ibgib/LearnLanguages

공개 메소드들

메소드 설명
Publish ( ) : void
Publish ( System.Guid targetId ) : void

This event is used to tell history that we have thinked about some target, and that it should update progress indicators accordingly. If you are just pinging an update (not completed thinking about the target), publish this with the thinkId = guid.empty.

ThinkedAboutTargetEvent ( ) : System
ThinkedAboutTargetEvent ( System.Guid thinkId ) : System

메소드 상세

Publish() 공개 정적인 메소드

public static Publish ( ) : void
리턴 void

Publish() 공개 정적인 메소드

This event is used to tell history that we have thinked about some target, and that it should update progress indicators accordingly. If you are just pinging an update (not completed thinking about the target), publish this with the thinkId = guid.empty.
public static Publish ( System.Guid targetId ) : void
targetId System.Guid
리턴 void

ThinkedAboutTargetEvent() 공개 메소드

public ThinkedAboutTargetEvent ( ) : System
리턴 System

ThinkedAboutTargetEvent() 공개 메소드

public ThinkedAboutTargetEvent ( System.Guid thinkId ) : System
thinkId System.Guid
리턴 System