Method | Description | |
---|---|---|
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 |
public static Publish ( System.Guid targetId ) : void | ||
targetId | System.Guid | |
return | void |
public ThinkedAboutTargetEvent ( System.Guid thinkId ) : System | ||
thinkId | System.Guid | |
return | System |