Click or drag to resize

IDelayed Interface

Object that should be acted upon after a given delay.

Namespace:  OBCOM.NetSwitchLib.Utils
Assembly:  OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax
public interface IDelayed : IComparable<IDelayed>

The IDelayed type exposes the following members.

Methods
  NameDescription
Public methodCompareTo
Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object.
(Inherited from IComparableIDelayed.)
Public methodGetDelay
Returns the remaining delay of this object (milliseconds).
Top
See Also