IServerLicenceUsers

class IServerLicenceUsers

Bases: ImpactCOMWrapperBase, Iterable

Description:

A collection of IServerLicenceUser objects representing the licences being used.

Remarks:

The Refresh method can be used to regularly update this collection. Introduced in Impact 7.0.0.10.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property count

Gets Count.

Description:

The number of items in this collection.

Returns:

The value of Count.

Return type:

count (int)

item(index)
Description:

Gets an IServerLicenceUser object with a specified user login id or index.

Parameters:

index (any) – Specifies the user login id or index of the IServerLicenceUser object to get.

refresh()
Description:

Refresh the collection of licences in use.