ClearBox Server™ v1.2 Developer's Guide

ICommonExtenderEx: public ICommonExtender

When to Implement

This is optional interface and may be implemented by a server extension instead of mandatory ICommonExtender. If this interface is implemented, all methods inherited from ICommonExtender must be implemented too.

When to Use

This interface is used to execute tasks vital for ClearBox Server as a whole - shared secret management, initialization and timers. Besides methods from its base interface, ICommonExtenderEx provides a method allowing to get server-supplied implementation of the IServer interface.

Methods in Vtable Order

ICommonExtenderEx Methods Description
InitializeEx
Called once when server initialize or uninitialize the extension.

Library

Declared in <server installation path>\SDK\TACRADServer.tlb

See Also

ICommonExtender


© 2001-2003 XPerience Technologies. www.xperiencetech.com

Created by chm2web html help conversion utility.