Siebel Mobile Connector Guide > Working with the Metadata Business Service > The Metadata Business Service API >

CanInvokeMethod


CanInvokeMethod returns whether or not a method can be called.

Syntax

virtual BOOL CanInvokeMethod (const SSchar* pMethodName);

Argument
Description

MethodName

Indicates the name of the method that you want to call.

Returns

TRUE indicates that the method can be invoked; FALSE indicates otherwise.

Examples

CanInvokeMethod(SStext("SaveSubscription"));

CanInvokeMethod(SStext("GetApplicationDef"));

Siebel Mobile Connector Guide