Interface IAppEvent
Interface for application event.
Namespace: Kephas.Orchestration.Interaction
Assembly: Kephas.Orchestration.dll
Syntax
public interface IAppEvent : IEvent, IMessage
Properties
| Improve this Doc View SourceAppInfo
Gets or sets runtime information describing the application.
Declaration
IRuntimeAppInfo AppInfo { get; set; }
Property Value
Type | Description |
---|---|
IRuntimeAppInfo | Runtime information describing the application. |
Timestamp
Gets or sets the timestamp.
Declaration
DateTimeOffset Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The timestamp. |