Click or drag to resize

AgentFactory Class

Factory used to create or find an agent.
Inheritance Hierarchy
SystemObject
  AskiaFieldComAgentFactory

Namespace:  AskiaFieldCom
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static class AgentFactory

The AgentFactory type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCreate
Creates a fresh new instance of agent.
Public methodStatic memberCode exampleFindByAuthenticationToken
Find an agent using his authentication token for the specified module.
Public methodStatic memberCode exampleFindById
Find an agent using his identifier.
Top
Remarks
In AskiaField, an agent is a generic name for the user, it could be an agent, a supervisor or whatever else user.
See Also