IP*Works! RTC - Online Help
Available for:
IP*Works! RTC
Questions / Feedback?

Status Event

Fires with information about the operation.

Syntax

[VB.NET]
Public Event OnStatus As OnStatusHandler
[C#]
public event OnStatusHandler OnStatus;

public delegate void OnStatusHandler(object sender, RudpserverStatusEventArgs e);

class RudpserverStatusEventArgs : EventArgs {
  string ConnectionId {get;}
  string Message {get;}
}

Remarks

This event fires with information about the operations performed during the connection. This is useful for logging and debugging purposes. By default only a minimum of information is provided through the event. See LogOptions to enable more verbose information.

 
 
Copyright (c) 2016 /n software inc. - All rights reserved.
Build 1.0.6093.0