• Articles
  • Api Documentation
Search Results for

    Show / Hide Table of Contents
    • Ng911CadIfLib
      • CadIfConnectionStateDelegate
      • CadIfLoggingSettings
      • CadIfSubscriptionStateDelegate
      • CadIfWebSocketClient
      • EidoReceivedDelegateType
      • EidoRequestReceivedDelegate
      • EidoResponseSentDelegate
      • EidoRetrievalCallbackDelegate
      • MutualAuthenticationDelegate
      • NewSubscriptionDelegate
      • Ng911CadIfServer
      • SubscriptionEndedDelegate
      • WssConectionEndedDelegate
      • WssConnectionAcceptedDelegate
      • WssMessageReceivedDelegate
      • WssMessageSentDelegate

    Delegate CadIfSubscriptionStateDelegate

    Delegate type for the CadIfSubsriptionState event of the CadIfWebSocketClient class.

    Namespace: Ng911CadIfLib
    Assembly: Ng911CadIfLib.dll
    Syntax
    public delegate void CadIfSubscriptionStateDelegate(bool IsSubscribed, string strServerUri)
    Parameters
    Type Name Description
    bool IsSubscribed

    If true, then a subscription to the CAD I/F server has been established. If false then a subscription could not be established or the server terminated the subscription.

    string strServerUri

    URI that identifies the CAD I/F server.

    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX