Class StopAppMessage
A stop application message.
Inheritance
System.Object
StopAppMessage
Implements
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.Endpoints
Assembly: Kephas.Orchestration.dll
Syntax
public class StopAppMessage : IMessage
Properties
| Improve this Doc View SourceAppId
Gets or sets the identifier of the application.
Declaration
public string AppId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the application. |
AppInstanceId
Gets or sets the identifier of the application instance.
Declaration
public string AppInstanceId { get; set; }
Property Value
Type | Description |
---|---|
System.String | The identifier of the application instance. |