ICtiEnabledControlConsumer.SetManagers(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the managers.
public:
void SetManagers(System::Object ^ agentManager, System::Object ^ callManager);
public void SetManagers (object agentManager, object callManager);
abstract member SetManagers : obj * obj -> unit
Public Sub SetManagers (agentManager As Object, callManager As Object)
Parameters
- agentManager
- Object
Specifies a pointer to the AgentStateManagerCore object.
- callManager
- Object
Specifies a pointer to the CallStateManagerCore object.