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
Afficher le fichier Open project: ibgib/LearnLanguages

Méthodes publiques

Méthode 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 méthode

public static Publish ( ) : void
Résultat void

Publish() public static méthode

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
Résultat void

ThinkedAboutTargetEvent() public méthode

public ThinkedAboutTargetEvent ( ) : System
Résultat System

ThinkedAboutTargetEvent() public méthode

public ThinkedAboutTargetEvent ( System.Guid thinkId ) : System
thinkId System.Guid
Résultat System