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

MetadataCleanup


MetadataCleanup destroys the created objects to free system resources. You should call MetadataCleanup when you are finished with a session. Do not directly call this method; instead call it from InvokeMethod.

Syntax

void MetadataCleanup (const CCFPropertySet & inputArgs,

CCFPropertySet & outputArgs);

Argument
Description

inputArgs

The input arguments. Empty.

outputArgs

The output arguments. Empty.

Returns

Void

Example

InvokeMethod(SStext("MetadataCleanup"), inputs, outputs);

In Visual Basic Script:

Dim inputPropertySet, outputPropertySet

Set inputPropertySet = siebel.NewPropertySet()

Set outputPropertySet = siebel.NewPropertySet()

service_metadata.InvokeMethod("MetadataCleanup", inputPropertySet,outputPropertySet)

Siebel Mobile Connector Guide Copyright © 2006, Oracle. All rights reserved.