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.
[
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