Class StopAppResponseMessage
A stop application response message.
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 StopAppResponseMessage : ResponseMessage, IResponseMessage, IResponse, IMessage
Properties
| Improve this Doc View SourceProcessId
Gets or sets the identifier of the process.
Declaration
public int ProcessId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The identifier of the process. |