[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.remoting

Activator.GetObject state parameter question

xsup

9/22/2004 12:01:00 PM

I would like to pass some info my single call remoting object thru
state parameter of Activator.GetObject. But I don't know how to
extract this information on server side, in my business object.
Anybody has a suggestion?
1 Answer

Girish Bharadwaj

9/22/2004 8:40:00 PM

0

I am thinking that you will need a server side sink (not sure if you need
client side one as well) which can take that data and pass it on to your
object.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconsinkssink...
has a bit of info about this.

--
Girish Bharadwaj
http://msmvp...
"Jack Madeja" <xsup@hotmail.com> wrote in message
news:311ec5ad.0409220401.679c8d48@posting.google.com...
> I would like to pass some info my single call remoting object thru
> state parameter of Activator.GetObject. But I don't know how to
> extract this information on server side, in my business object.
> Anybody has a suggestion?