Click or drag to resize

ServerChannelCancelTimer Method

Namespace:  OBCOM.NetClient
Assembly:  OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax
public void CancelTimer()
Remarks
If the ProcessTimer method is running when this method is called, the ProcessTimer method will run to completion, but will never run again until a call to the StartTimer(Double) is executed.
See Also