there are no api calls that will give you this information. Assuming
you mean what you say in that you just want to know how many
singlecall server activated objects are currently running you can
accomplish this in other ways including using a static counter
variable and incrementing it on creation and decrementing it when your
lifetime services goes out.
Allen Anderson
http://www.glacialcomponents.com mailto: allen@put my website url here.com
On Wed, 19 Nov 2003 12:37:02 +0100, "Loris" <loris.vosilla@softeco.it>
[quoted text, click to view] wrote:
>Hi to all,
>
>I've got an object remoted by reference that inherits from MarshalObjByRef.
>My server and my client are configured for a Server Activated Object
>using a SingleCall pattern.
>Is possible (is there any function provided by the framework) to know,
>on the server, how many clients are active and running at a given instant.
>
>Thanks in advance
>-Loris Vosilla
>
>