메소드 | 설명 | |
---|---|---|
AddAsync ( long key, byte value ) : Task |
Adds the specified key.
|
|
ContainsAsync ( long key ) : Task |
Determines whether [contains] [the specified key].
|
|
GetLockAsync ( long key ) : Task |
Gets the lock async.
|
|
LocalAirStorage ( ) : System |
Initializes a new instance of the LocalAirStorage class.
|
|
ReleaseLockAsync ( long key ) : Task |
Releases the lock async.
|
|
RemoveAsync ( long key ) : Task |
Removes the specified key.
|
|
SetAsync ( long key, byte value ) : Task |
Sets the async.
|
|
TryGetAsync ( long key ) : Task |
Gets the specified key.
|
public AddAsync ( long key, byte value ) : Task | ||
key | long | The key. |
value | byte | The value. |
리턴 | Task |
public SetAsync ( long key, byte value ) : Task | ||
key | long | The key. |
value | byte | The value. |
리턴 | Task |