Méthode | Description | |
---|---|---|
Get ( int userId = null, bool global = false ) : Request |
||
GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Request |
||
Set ( string key, string value, int userId = null, bool global = false ) : Request |
Méthode | Description | |
---|---|---|
MethodGroup_storage ( |
public Get ( int userId = null, bool global = false ) : Request |
||
userId | int | |
global | bool | |
Résultat | Request |
public GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Request |
||
userId | int | |
global | bool | |
offset | int | |
count | int | |
Résultat | Request |
public Set ( string key, string value, int userId = null, bool global = false ) : Request |
||
key | string | |
value | string | |
userId | int | |
global | bool | |
Résultat | Request |