WEBfactory 2010 WCF SilverlightTools Documentation
This article provides all the needed information to learn and understand the WCF SilverlightTools documentation.
This WCF web service handles all the SilverlightTools related operations. The following methods are available:
GetEvents(string sessionId, string clientId, string userName, bool isDomainUser, EventFilter filter, int millisecondsTimeOut)
This method follows the WEBfactory 2010 Security Protocol.
Syntax |
|
Description | Retrieves all alarm events based on the provided filter and parameters |
Parameters |
|
Return Value | A list of Event objects, each containing:
|
GetEventsByToken(string securityToken, EventFilter filter, int millisecondsTimeOut)
Syntax |
|
Description | Retrieves all alarm events based on the provided filter and security token |
Parameters |
|
Return Value | A list of Event objects, each containing:
|
GetWFEvents(string sessionId, string clientId, string userName, bool isDomainUser, WFEventFilter filter, int millisecondsTimeOut)
This method follows the WEBfactory 2010 Security Protocol.
Syntax |
|
Description | Retrieves the WEBfactory 2010 events based on the provided filter and parameters |
Parameters |
|
Return Value | A list of WFEvent objects, each containing:
|
GetWFEventsByToken(string securityToken, WFEventFilter filter, int millisecondsTimeOut)
Syntax |
|
Description | Retrieves the WEBfactory 2010 events based on the provided filter and security token |
Parameters |
|
Return Value | A list of WFEvent objects, each containing:
|