
September 17th, 2002, 01:14 PM
|
|
Junior Member
|
|
Join Date: Sep 2002
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
I just want to be sure
I am trying to be sure on the following things about MTS, please help me.
- Question 1:
Is IObjectContext.SafeRef method obscure on COM+ ?
- Question 2:
Is IObjectContext.CreateInstance method obscure on COM+ ?
- Question 3:
Let's suppose that we have two components which have "Requires a Transaction" property on their transaction types. Those components is not aware from each other and someday it is required to come those components together in a transaction. In COM+, in such a case, will it be required for the baseclient to create the second object with using the first object's objectContext? This means:
Dim
|