NetworkThread Members
The NetworkThread type exposes the following members.
Constructors
Name | Description | |
---|---|---|
NetworkThread |
Initializes a new instance of the NetworkThread class with the specified run action and optional onTerminate action.
|
Methods
Name | Description | |
---|---|---|
ForceStop |
Forcefully stops the network thread by aborting the dispatch thread.
|
|
IsSuspended |
Checks if the network thread is suspended.
|
|
IsTerminated |
Checks if the network thread is terminated.
|
|
Resume |
Resumes the network thread.
|
|
Start |
Starts the network thread.
|
|
Stop |
Stops the network thread by terminating it.
|
|
Suspend |
Suspends the network thread.
|
|
Terminate |
Terminates the network thread and performs the onTerminate action if provided.
|