C# Class 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.
Inheritance: Bases.ThinkingEventBase
Datei anzeigen Open project: ibgib/LearnLanguages

Public Methods

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

Method Details

Publish() public static method

public static Publish ( ) : void
return void

Publish() public static method

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
return void

ThinkedAboutTargetEvent() public method

public ThinkedAboutTargetEvent ( ) : System
return System

ThinkedAboutTargetEvent() public method

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