Property | Type | Description | |
---|---|---|---|
elapsed | System.TimeSpan | ||
keyValues | byte[]>>.List | ||
keysOnly | bool | ||
shardServer | ConfigState.ShardServer | ||
thread | Thread | ||
url | string |
Method | Description | |
---|---|---|
GetTableKeyValuesHTTP ( string url ) : byte[]>>.List |
||
ListerThreadFunc ( ) : void | ||
ParseByteArray ( byte data, int pos, byte &array ) : int | ||
ParseKeyValue ( byte data, int pos, byte[]>.KeyValuePair |
public static GetTableKeyValuesHTTP ( string url ) : byte[]>>.List |
||
url | string | |
return | byte[]>>.List |
public static ParseByteArray ( byte data, int pos, byte &array ) : int | ||
data | byte | |
pos | int | |
array | byte | |
return | int |
public static ParseKeyValue ( byte data, int pos, byte[]>.KeyValuePair |
||
data | byte | |
pos | int | |
keyValue | byte[]>.KeyValuePair | |
return | int |
public ConfigState.ShardServer shardServer | ||
return | ConfigState.ShardServer |