C-DEngine 5.105

TheServiceHostInfo..::..WsJsThrottle Property

Allows to throttle WebSocket Messages to JavaScript clients. Messages will not be sent faster than this number Default is zero (No Throttling)

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int WsJsThrottle { get; set; }
Public Property WsJsThrottle As Integer
	Get
	Set
public:
property int^ WsJsThrottle {
	int^ get ();
	void set (int^ value);
}