Delegate SubscriptionEndedDelegate
Delegate for the SubscriptionEnded event of the Ng911CadIfServer class.
Namespace: Ng911CadIfLib
Assembly: Ng911CadIfLib.dll
Syntax
public delegate void SubscriptionEndedDelegate(string strSubscriptionId, string strIdType, string strId, IPEndPoint RemIpe, string strReason)
Parameters
Type | Name | Description |
---|---|---|
string | strSubscriptionId | Subscription ID of the new subscription. |
string | strIdType | Identifies the type of functional element that subscribed to receive EIDO notification events. This information is from the idType field of the other name field of the SubjectAltName of the client X.509 certificate that was issued by the PSAP Credentialing Agency (PSAP). Will be null if the subscriber did not provide a client certificate. |
string | strId | ID of the subscriber from the X.509 certificate. Will be null if the subscriber did not provide a client certificate |
IPEndPoint | RemIpe | IP endpoint of the subscriber. The IPEndpoint contains the IP address and port number of the subscriber. |
string | strReason | Indicates the reason that the subscription was terminated. For example: “Unsubscribed”, “Expired” or “Disconnected”. |