Click or drag to resize

OBCOM.NetSwitchLib.Utils Namespace

Classes and interfaces that implement general utility services.
Classes
  ClassDescription
Public classChannelBase
Base class of all communication channels with a NetSwitch server.
Public classDelayQueueE
An unbounded blocking queue of IDelayed elements, in which an element can only be taken when its delay has expired.
Public classMulticastEvent
Provides data when calling a MulticastHandler.
Public classPriorityQueueE
An unbounded priority queue based on a priority heap.
Public classProperties
Collection that maps names to values.
Public classStreams
Static utility methods that operate on streams.
Interfaces
  InterfaceDescription
Public interfaceIDelayed
Object that should be acted upon after a given delay.
Delegates
  DelegateDescription
Public delegateMulticastHandler
Represents a method called when a multicast message is received.