isK2ServerABroker

Description

This function is deprecated.

Categories

Related

History

ColdFusion MX 6.1: Deprecated this function. It might not work, and it might cause an error, in later releases. ColdFusion MX: Added this function.

Syntax

IsK2ServerABroker()

Returns

True, if K2Broker is in configured with ColdFusion; False, otherwise.

Example

<cfoutput>IsK2ServerABroker = 
    $*#IsK2ServerABroker()#*$</cfoutput>