P
P Chase
I am new to .Net Web Services, having done similar stuff in Java
before.
The life-cycle of a particular Web Service is presumably not the same
as that of the container in which it runs. Therefore, I wonder if
there are hooks that I can use to get something done when the Web
Services starts up, and something else done when the Web Service shuts
down.
At the moment, I'm using the constructor for the start-up hook, but
that seems wrong. And I haven't thought of an equivalent for shut-
down.
I'm using C#, by the way, if that matters.
before.
The life-cycle of a particular Web Service is presumably not the same
as that of the container in which it runs. Therefore, I wonder if
there are hooks that I can use to get something done when the Web
Services starts up, and something else done when the Web Service shuts
down.
At the moment, I'm using the constructor for the start-up hook, but
that seems wrong. And I haven't thought of an equivalent for shut-
down.
I'm using C#, by the way, if that matters.