Queries the server for whether Dialer is enabled on the server.

Collapse imageRemarks

Note
This method call will result in a call to the server. This call can potentially time out, and caution should be taken to ensure that this call is made as few times as possible.

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Collapse imageSyntax

C#
public static bool IsDialerEnabled(
	ConfigurationManager configurationManager
)
Visual Basic
Public Shared Function IsDialerEnabled ( _
	configurationManager As ConfigurationManager _
) As Boolean

Parameters

configurationManager
Type: ININ.IceLib.Configuration..::..ConfigurationManager
The configuration manager.

Return Value

A boolean that indicates whether Dialer is enabled on the server.

Collapse imageVersion Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 SU 2 and beyond.

Collapse imageSee Also