Represents the audit message type that groups the priorities of similar events at one place.
Namespace: Microsoft.Uii.Common.Entities
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim instance As AuditType
Syntax
'Declaration
<ObsoleteAttribute("This enumeration is deprecated, use AuditLog.Log(string, LogData) instead.", False)> _
Public Enumeration AuditType
[ObsoleteAttribute("This enumeration is deprecated, use AuditLog.Log(string, LogData) instead.", false)]
public enum AuditType
[ObsoleteAttribute(L"This enumeration is deprecated, use AuditLog.Log(string, LogData) instead.", false)]
public enum class AuditType
/** @attribute ObsoleteAttribute("This enumeration is deprecated, use AuditLog.Log(string, LogData) instead.", false) */
public enum AuditType
ObsoleteAttribute("This enumeration is deprecated, use AuditLog.Log(string, LogData) instead.", false)
public enum AuditType
Members
| Member name | Description |
|---|---|
| Action | Specifies the action performed. |
| AgentState | Specifies the agent state (Ready, Busy, Away) |
| HostedApplication | Specifies the hosted application. |
| Login | Specifies the agent login (Login, LogOff) |
| NonHostedApplication | Specifies the non-hosted application's priority.(NonHostedApplicationStart, NonHostedApplicationClose) |
| Session | Specifies the session action. (Start, Change, Close) |
| WorkFlow | Specifies the workflow (Start, End) |
Platforms
See Also
Reference
Microsoft.Uii.Common.Entities Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.