Click or drag to resize
IRebroadcastServerManager Events

The IRebroadcastServerManager type exposes the following members.

Events
  NameDescription
Public eventClientConnected
Raised when a client connects to one of the servers.
Public eventClientDisconnected
Raised when a client disconnects from one of the servers.
Public eventExceptionCaught
Raised when an exception is caught on the background thread. The background thread should not pass ThreadAbortException through this.
(Inherited from IBackgroundThreadExceptionCatcher.)
Public eventOnlineChanged
Raised when Online changes.
Top
See Also