Table of Contents
Just a second...

Connection events

Events that are invoked when a connection to the Diffusion™ server is established, fails, or is lost are invoked synchronously.

The following connection events are invoked synchronously by the .NET client library:
  • DiffusionServerConnected is invoked when the client library successfully establishes a connection to the Diffusion server
  • DiffusionServerConnectionFailed is invoked when the client library is unable to establish a connection to the Diffusion server
  • DiffusionServerDisconnected is invoked when an established connection to the Diffusion server is lost

Because these events are invoked synchronously, do not perform any long-running or blocking operations on these event threads. If you want to make another connection attempt after one of these events is invoked, create another thread to perform this task.