Click or drag to resize

ServerChannelRunLater Method

Runs an action on the server's thread at some time in the future.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public void RunLater(
	Action action
)

Parameters

action
Type: SystemAction
An action to be executed later on the server's thread.
Exceptions
ExceptionCondition
ArgumentNullExceptionaction is null.
See Also