Click or drag to resize

CallFeatureServiceGetHuntGroupBusyPositionCapability Method

Retrieves the hunt-group-busy-position capability for the specified hunt group number.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public Capability GetHuntGroupBusyPositionCapability(
	int huntGroupNumber
)

Parameters

huntGroupNumber
Type: SystemInt32
The hunt group number for which the capability needs to be retrieved.

Return Value

Type: Capability
Returns a capability object indicating whether the hunt-group-busy-position feature is available for the specified hunt group number.
See Also