C# Class Scalien.GetterThreadState

Show file Open project: scalien/scaliendb Class Usage Examples

Public Properties

Property Type Description
doneEvent System.Threading.ManualResetEvent
elapsed System.TimeSpan
shardServer ConfigState.ShardServer
url string
value byte[]

Public Methods

Method Description
GetterThreadFunc ( Object threadContext ) : void

Method Details

GetterThreadFunc() public method

public GetterThreadFunc ( Object threadContext ) : void
threadContext Object
return void

Property Details

doneEvent public property

public ManualResetEvent,System.Threading doneEvent
return System.Threading.ManualResetEvent

elapsed public property

public TimeSpan,System elapsed
return System.TimeSpan

shardServer public property

public ConfigState.ShardServer shardServer
return ConfigState.ShardServer

url public property

public string url
return string

value public property

public byte[] value
return byte[]