Class AppStoppedEvent
An application stopped event.
Inheritance
System.Object
AppStoppedEvent
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Kephas.Orchestration.Interaction
Assembly: Kephas.Orchestration.dll
Syntax
public class AppStoppedEvent : IAppEvent, IEvent, IMessage
Properties
| Improve this Doc View SourceAppInfo
Gets or sets runtime information describing the application.
Declaration
public IRuntimeAppInfo AppInfo { get; set; }
Property Value
Type | Description |
---|---|
IRuntimeAppInfo | Runtime information describing the application. |
Timestamp
Gets or sets the timestamp.
Declaration
public DateTimeOffset Timestamp { get; set; }
Property Value
Type | Description |
---|---|
System.DateTimeOffset | The timestamp. |