C# Class LiteNetLib.NetThread

Show file Open project: RevenantX/LiteNetLib Class Usage Examples

Public Properties

Property Type Description
SleepTime int

Public Methods

Method Description
NetThread ( string name, int sleepTime, System.Action callback ) : System
Stop ( ) : void

Private Methods

Method Description
ThreadLogic ( ) : void
ThreadLogic ( IAsyncAction action ) : void

Method Details

NetThread() public method

public NetThread ( string name, int sleepTime, System.Action callback ) : System
name string
sleepTime int
callback System.Action
return System

Stop() public method

public Stop ( ) : void
return void

Property Details

SleepTime public property

public int SleepTime
return int