Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stateless Biz Objects Question
Message
 
À
05/01/2000 18:44:33
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00313483
Message ID:
00313826
Vues:
47
>>A Parameter object - yes, this is what I'm looking for. Can you be more explicit.

You can pass parameters as XML to your COM objects. In your XML, you need at least a parameters element and a method name element. When your COM object recieves the XML, it parses it with the XMLDOM or if it is just a small string, do it manually. Then it knows what method to call and what parameters to pass to it.

If the COM object is hosted by MTS, you use GetObjectContext() to become stateful and SetComplete() to release state.

Charlie
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform