Click or drag to resize

IContext Interface

Provide relevant information for the context of execution.

Namespace:  AskiaFieldCom
Assembly:  AskiaFieldCom (in AskiaFieldCom.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IContext

The IContext type exposes the following members.

Properties
  NameDescription
Public propertyConnection
AskiaField connection to use with this context.
Public propertyModule
Returns the AskiaField module currently used.
Public propertySessionToken
Session token used to authenticate the user in AskiaField engine.
Top
Remarks
A context of execution is require to instantiate almost all objects.
Use the ContextFactory to properly instantiate a new context
See Also