Interface IClientRepository
Assembly: AltV.Net.EntitySync.dll
Syntax
public interface IClientRepository
Methods
|
Improve this Doc
View Source
Add(IClient)
Declaration
Parameters
Type |
Name |
Description |
IClient |
client |
|
|
Improve this Doc
View Source
Remove(IClient)
Declaration
IClient Remove(IClient client)
Parameters
Type |
Name |
Description |
IClient |
client |
|
Returns
|
Improve this Doc
View Source
Remove(String)
Declaration
IClient Remove(string token)
Parameters
Type |
Name |
Description |
System.String |
token |
|
Returns
|
Improve this Doc
View Source
Replace(IClient)
Declaration
void Replace(IClient client)
Parameters
Type |
Name |
Description |
IClient |
client |
|
|
Improve this Doc
View Source
TryGet(String, out IClient)
Declaration
bool TryGet(string token, out IClient client)
Parameters
Type |
Name |
Description |
System.String |
token |
|
IClient |
client |
|
Returns
Type |
Description |
System.Boolean |
|