Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
PresenceOptions Class
NamespacesGenesyslab.Desktop.Modules.Core.SDK.PresencePresenceOptions
This class represents an accessor to the options and the tasks for this module (assembly).
Declaration Syntax
C#Visual BasicVisual C++
public class PresenceOptions : Options
Public Class PresenceOptions _
	Inherits Options
public ref class PresenceOptions : public Options
Members
All MembersMethodsPropertiesFields



IconMemberDescription
configManager
An IConfigManager object.
(Inherited from Options.)
CreateInstance(IConfigManager)
Creates the singleton instance.

Default
Gets or sets the default static access to the Options.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
EvaluatePresence
Gets a value indicating whether the presence has to be evaluated for agents, agent groups, queues, and routing points. set this option to true if the presence has to be evaluated for agents, agent groups, queues, and routing points; otherwise, set it to false true or false When the application is started or restarted.

Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([(String])])
Gets access to an option with the specified key.
(Inherited from Options.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
queuePresenceStatisticErrorLevel
Gets the value of the error level for the statistic. The value for which statistic is considered as being in error An integer or a double value When the application is started or restarted.

queuePresenceStatisticName
Gets the name of the statistic used to evaluate presence for queues. The name of the statistic used to evaluate presence for queues The name of a statistic server statistic queue When the application is started or restarted.

queuePresenceStatisticText
Gets the text that is displayed next to the statistic value. The text that is displayed next to the statistic value A short string When the application is started or restarted.

queuePresenceStatisticWarningLevel
Gets the value of the warning level for the statistic. The value for which statistic is considered as being in warning An integer or a double value When the application is started or restarted.

routingPointPresenceStatisticErrorLevel
Gets the value of the error level for the statistic. The value for which statistic is considered as being in error An integer or a double value When the application is started or restarted.

routingPointPresenceStatisticName
The name of the statistic used to evaluate presence for queues The name of a statistic server statistic queue When the application is started or restarted.

routingPointPresenceStatisticText
Gets the text that is displayed next to the statistic value. The text that is displayed next to the statistic value A short string When the application is started or restarted.

routingPointPresenceStatisticWarningLevel
Gets the value of the warning level for the statistic. The value for which statistic is considered as being in warning An integer or a double value When the application is started or restarted.

Task
Gets access to the TaskAccessor.
(Inherited from Options.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Options
 PresenceOptions

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)