Class TerminateRequestObject
Class for the body of a terminate request. See Section 2.1.6.4 of NENA-STA-024.1a-2023. The notifier sends this message to a subscriber and the subscriber responds with a terminate response message (TerminateResponse class).
Inheritance
System.Object
TerminateRequestObject
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: WebSocketSubNot
Assembly: EidoLib.dll
Syntax
public class TerminateRequestObject
Properties
requestId
An ID generated by the notifier that will be returned by the subscriber in its response to the request.
Declaration
public string requestId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
subscriptionId
Subscription being terminated.
Declaration
public string subscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |