com.onlineobject.objectnet Namespace

NetworkThread Members

The NetworkThread type exposes the following members.

Constructors


  Name Description
Public method NetworkThread
Initializes a new instance of the NetworkThread class with the specified run action and optional onTerminate action.

Methods


  Name Description
Public method ForceStop
Forcefully stops the network thread by aborting the dispatch thread.
Public method IsSuspended
Checks if the network thread is suspended.
Public method IsTerminated
Checks if the network thread is terminated.
Public method Resume
Resumes the network thread.
Public method Start
Starts the network thread.
Public method Stop
Stops the network thread by terminating it.
Public method Suspend
Suspends the network thread.
Public method Terminate
Terminates the network thread and performs the onTerminate action if provided.