Namespace: ININ.IceLib.Dialer.SupervisorAssembly: ININ.IceLib.Dialer (in ININ.IceLib.Dialer.dll) Version: 0.0.0.0 (22.3.0.208)
Syntax
| C# |
|---|
public ContactListPenetration(
Session session
) |
| Visual Basic |
|---|
Public Sub New ( _
session As Session _
) |
Parameters
- session
- Type: Session
The Session to be used. The session must already be initialized and connected.
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentNullException | A parameter is a null reference (Nothing in Visual Basic). |
| IceLibException | The supplied Session is not valid or is not connected. |
See Also