Re: [ADVANCED-DOTNET] How to release the memory from a MarshbyRefObject object?

2004-03-13 Thread Stoyan Damov
Hi, Do you need to pass MarshalByRefObject instances? What services (methods) does an IWorkflow instance provide? Can't you hand out serializable/byval objects? Please, give us some more background... Cheers, Stoyan -Original Message- From: Moderated discussion of advanced .NET topics. [

[ADVANCED-DOTNET] How to release the memory from a MarshbyRefObject object?

2004-03-13 Thread Pauline Wong
Hi, I am trying to find out how to release the memory from a MarshByRefObject object. My c# application is window service. It gets call from another window service or remote window clients. In the EnumerateWorkflows method, I returns the arraylist of IWorkflow which is MarshByRefObject. If th