IController
Assembly: ZennoLab.InterfacesLibrary
Full name: ZennoLab.InterfacesLibrary.IController
Kind: interface
Properties
SessionId
Property
int SessionId { get; }
UserId
Property
long UserId { get; }
DataList
Property
List<object> DataList { get; }
EndTime
Property
DateTime EndTime { get; }
Methods
GetObject
Method
int GetObject(int sessionId, long userId, object data, DateTime startTime, String& retInput)
Parameters
| Type | Name | Description |
|---|---|---|
int | sessionId | |
long | userId | |
object | data | |
DateTime | startTime | |
String& | retInput |
DoCheck
Method
bool DoCheck(int countOfTry, TimeSpan timeout, bool recursive)
Parameters
| Type | Name | Description |
|---|---|---|
int | countOfTry | |
TimeSpan | timeout | |
bool | recursive |
SetObject
Method
bool SetObject(int sessionId, int newUserId, object newObject)
Parameters
| Type | Name | Description |
|---|---|---|
int | sessionId | |
int | newUserId | |
object | newObject |
ChangeUserId
Method
object ChangeUserId(int sessionId, Object[] listOfData)
Parameters
| Type | Name | Description |
|---|---|---|
int | sessionId | |
Object[] | listOfData |