Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

ISessionObject::get_Contents

The ISessionObject::get_Contents method retrieves the value of the Contents property.

HRESULT get_Contents(

IVariantDictionary **ppProperties

);

Parameters: ISessionObject::get_Contents

ppProperties

Points to an IVariantDictionary interface pointer that receives the Contents collection.

Remarks: ISessionObject::get_Contents

The Session Contents collection contains all variables and objects that have been given application scope with the Server.CreateObject command. You can iterate through the Contents collection with the IVariantDictionary::get_NewEnum method exposed by the interface. You can also retrieve a specific member of the collection with the IVariantDictionary::get_Item method.

Copyright 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.