Свойство | Type | Description | |
---|---|---|---|
InnerList | List |
||
LockValue | int |
Méthode | Description | |
---|---|---|
AcquireLock ( ) : void |
Acquires the lock on the shared cache.
|
|
ReleaseLock ( ) : void |
Releases the lock on the shared cache.
|
|
SharedList ( ) : System |
Default constructor.
|
|
TryAdd ( |
Attempts to add a value in the shared cache for the specified key.
|
|
TryGetValue ( int key, |
Attempts to get value from the shared cache for the specified key.
|
|
TryRemove ( |
public TryAdd ( |
||
value | The value. | |
Résultat | bool |
public TryGetValue ( int key, |
||
key | int | The key. |
value | [out] The value. | |
Résultat | bool |
public TryRemove ( |
||
value | ||
Résultat | void |