C# Class Scalien.GetterThreadState

ファイルを表示 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_oe property

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

elapsed public_oe property

public TimeSpan,System elapsed
return System.TimeSpan

shardServer public_oe property

public ConfigState.ShardServer shardServer
return ConfigState.ShardServer

url public_oe property

public string url
return string

value public_oe property

public byte[] value
return byte[]