Feedback

  • Contents
 

II3IDHandler::Publish Method

Synopsis

Publishes the handler to the default IC server.

IDL Function Prototype

HRESULT Publish(

   [in, optional, defaultvalue(0)] VARIANT_BOOL Activate,

   [in, optional, defaultvalue(0)] VARIANT_BOOL Primary,

   [in, optional] BSTR Category

);

C/C++ Syntax

HRESULT Publish(VARIANT_BOOL Activate, VARIANT_BOOL Primary, BSTR Category);

Parameters

Activate

Specify True to activate the handler after it is published.

Primary

Specify True if this handler is a Primary handler; False if it is a Monitor handler.

Category

This optional input parameter permits you to categorize the handler. Typical category entries are: Email Queuing, EMS, Generic Object, Interaction Attendant, IWeb, Reports, Support, System, Telephony, Voicemail, or Web.