Méthode | Description | |
---|---|---|
Get ( int userId = null, bool global = false ) : Task |
||
GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Task |
||
GetKeysSync ( int userId = null, bool global = false, int offset = null, int count = 100 ) : string[] | ||
GetSync ( int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[] | ||
Set ( string key, string value, int userId = null, bool global = false ) : Task |
||
SetSync ( string key, string value, int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[] |
Méthode | Description | |
---|---|---|
MethodGroup_Storage ( |
public Get ( int userId = null, bool global = false ) : Task |
||
userId | int | |
global | bool | |
Résultat | Task |
public GetKeys ( int userId = null, bool global = false, int offset = null, int count = 100 ) : Task |
||
userId | int | |
global | bool | |
offset | int | |
count | int | |
Résultat | Task |
public GetKeysSync ( int userId = null, bool global = false, int offset = null, int count = 100 ) : string[] | ||
userId | int | |
global | bool | |
offset | int | |
count | int | |
Résultat | string[] |
public GetSync ( int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[] | ||
userId | int | |
global | bool | |
Résultat | kasthack.vksharp.DataTypes.Entities.StorageEntry[] |
public Set ( string key, string value, int userId = null, bool global = false ) : Task |
||
key | string | |
value | string | |
userId | int | |
global | bool | |
Résultat | Task |
public SetSync ( string key, string value, int userId = null, bool global = false ) : kasthack.vksharp.DataTypes.Entities.StorageEntry[] | ||
key | string | |
value | string | |
userId | int | |
global | bool | |
Résultat | kasthack.vksharp.DataTypes.Entities.StorageEntry[] |