Interface IClientThreadRepository
Assembly: AltV.Net.EntitySync.dll
Syntax
public interface IClientThreadRepository
Methods
|
Improve this Doc
View Source
Add(IClient)
Declaration
Parameters
Type |
Name |
Description |
IClient |
client |
|
|
Improve this Doc
View Source
GetAll()
Declaration
IEnumerable<IClient> GetAll()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<IClient> |
|
|
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
Replace(IClient, IClient)
Declaration
void Replace(IClient client, IClient oldClient)
Parameters
|
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 |
|