IAdmServiceSession

The IAdmServiceSession interface provides access to information about an Adaxes service client session.

Inheritance: IUnknown

Properties

  • Property

  • Description

  • Id

  • Gets the session identifier.

  • DnsHostName

  • Gets the DNS name of the host that created the session.

  • UserName

  • Gets the name of the user who created the session.

  • ProcessId

  • Gets the identifier of the process that created the session.

  • DomainId

  • Gets the identifier of the domain that created the session.

  • OpenObjects

  • Gets the number of client-activated objects (CAOs) opened for the session.

  • Duration

  • Gets the duration of the session in seconds.

  • LogonSessions

  • Gets a collection of objects, each providing information about an established logon session.

Details

Id

Gets the session identifier.

  • Type:
  • int
  • Access:
  • Read-only

DnsHostName

Gets the DNS name of the host that created the session.

  • Type:
  • string
  • Access:
  • Read-only

UserName

Gets the name of the user who created the session.

  • Type:
  • string
  • Access:
  • Read-only

ProcessId

Gets the identifier of the process that created the session.

  • Type:
  • int
  • Access:
  • Read-only

DomainId

Gets the identifier of the domain that created the session.

  • Type:
  • int
  • Access:
  • Read-only

OpenObjects

Gets the number of client-activated objects (CAOs) opened for the session.

  • Type:
  • int
  • Access:
  • Read-only

Duration

Gets the duration of the session in seconds.

  • Type:
  • int
  • Access:
  • Read-only

LogonSessions

Gets a collection of objects, each providing information about an established logon session. Each object in the collection is represented by the IAdmServiceSessionLogon interface.


Requirements

Minimum required version: 2009.1

See also