Click or drag to resize

DefaultContextRunAsyncTask Method

Executes the given task asynchronously in a separate thread.

Namespace:  OBCOM.NetSwitchLib.Servers
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public virtual void RunAsyncTask(
	IRunnable task
)

Parameters

task
Type: OBCOM.NetSwitchLib.ServersIRunnable
The task to be executed in a separate thread.

Implements

IServerContextRunAsyncTask(IRunnable)
Exceptions
ExceptionCondition
ArgumentNullExceptiontask is null.
See Also