InterfacesToolkit Constructor(ClarifySession)
The session under which the toolkit APIs will be executed.
Initializes a new instance of the InterfacesToolkit class using a ClarifySession object.
Syntax
'Declaration
Public Function New( _
ByVal _session_ As ClarifySession _
)
public InterfacesToolkit(
ClarifySession _session_
)
Parameters
session
The session under which the toolkit APIs will be executed.
Remarks
If the toolkit session was created as a Contact session this property is required otherwise errors will result.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
InterfacesToolkit Class
InterfacesToolkit Members
Overload List