IAdmServiceNoticeBoard

The IAdmServiceNoticeBoard interface represents the notice board of the Adaxes service. The notice board is used to retrieve various messages and notifications published by the Adaxes service.

Inheritance: IUnknown

Methods

  • Method

  • Description

  • GetItem()

  • Gets a notice from the service notice board by its index or identifier.

Properties

  • Property

  • Description

  • Count

  • Gets the number of notices in the notice board.

Details

GetItem()

Gets a notice from the service notice board by its index or identifier.

IAdmServiceNotice GetItem(object noticeId)

Parameters

The noticeId parameter specifies either the index or the identifier of the notice to get.

Exceptions

  • ArgumentOutOfRangeException

  • The value passed by the noticeId parameter contains an Integer that is less than zero or greater than or equals to the Count property of the collection.

  • KeyNotFoundException

  • The value passed by the noticeId parameter contains a string representing a notice identifier, and the notice board does not contain a notice with such an identifier.

Count

Gets the number of notices in the notice board.

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

Requirements

Minimum required version: 2009.1

See also