General interface for dispatch component.
Declaring type: IZyanDispatcher
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Public Methods
  Name Description
Public Method Abstract AddEventHandler Adds a handler to an event of a server component.
Public Method Abstract ExistSession Returns true, if a specified Session ID is valid, otherwis false.
Public Method Abstract GetRegisteredComponents Returns an array with metadata about all registered components.
Public Method Abstract Invoke Processes remote method invocation.
Public Method Abstract Logoff Process logoff.
Public Method Abstract Logon Processes logon.
Public Method Abstract ReceiveClientHeartbeat Called from client to send a heartbeat signal.
Public Method Abstract RemoveEventHandler Removes a handler from an event of a server component.
Public Method Abstract RenewSession Extends the lifetime of the current session and returs the current session age limit.
Collapse/Expand Public Properties
  Name Description
Public Property Abstract SessionAgeLimit Gets the maximum sesseion age (in minutes).
Collapse/Expand Public Events
  Name Description
Public Event Abstract ClientHeartbeatReceived Event: Occours when a heartbeat signal is received from a client.