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
Показать файл Открыть проект

Открытые методы

Метод Описание
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