Class UnsubscribeObject
Class for the body of the unsubscribe request. See Section 2.1.5.2 of NENA-STA-024.1a-2023.
Inheritance
System.Object
UnsubscribeObject
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 UnsubscribeObject
Properties
requestId
An ID generated by the subscriber that will be returned by the notifier in its response to the request. Required.
Declaration
public string requestId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
subscriptionId
The subscriptionId sent by the service. This is provided back in an Acknowledgement by the service, used for keeping a subscription alive or subsequent filter modifications. Required.
Declaration
public string subscriptionId { get; set; }
Property Value
Type | Description |
---|---|
System.String |