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

TypeNameDescription
intsessionId
longuserId
objectdata
DateTimestartTime
String&retInput

DoCheck

Method

bool DoCheck(int countOfTry, TimeSpan timeout, bool recursive)

Parameters

TypeNameDescription
intcountOfTry
TimeSpantimeout
boolrecursive

SetObject

Method

bool SetObject(int sessionId, int newUserId, object newObject)

Parameters

TypeNameDescription
intsessionId
intnewUserId
objectnewObject

ChangeUserId

Method

object ChangeUserId(int sessionId, Object[] listOfData)

Parameters

TypeNameDescription
intsessionId
Object[]listOfData