| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
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);
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)
| Bookshelf Home | Contents | Index | Search | PDF | ![]() ![]() |
Siebel Mobile Connector Guide Published: 18 April 2003 |