Click or drag to resize

IRunnable Interface

Executes a task 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 interface IRunnable

The IRunnable type exposes the following members.

Methods
  NameDescription
Public methodRun
Executes a task in a separate thread.
Top
See Also