Click or drag to resize

ServerChannelStartTimer Method (Double)

Schedules the execution of the ProcessTimer method of the ServerChannel at approximately regular intervals separated by interval.

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void StartTimer(
	double interval
)

Parameters

interval
Type: SystemDouble
The number of seconds between calls to ProcessTimer.
See Also