Click or drag to resize

ServerChannelCancelTimer Method

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void CancelTimer()
Remarks
If the HandleTimer method is running when this call occurs, the method will run to completion, but will never run again until a call to the StartTimer(Int32) is executed.
See Also