Shutdown Method (AdLib)
The Shutdown method stops and shutdowns Power Ad Banner Manager 1.2.
Applies To
AdServer Object
Syntax
hr = AdServer.Shutdown()
Return Values
Non-negative numbers indicate success.
Remarks
The Shutdown method shutdowns Power Ad Banner Manager 1.2. RPC communication between server and client is stopped and
shutdown event is set.
Example
Dim AdServer
Set AdServer = Server.CreateObject("AdLib.AdServer")
AdServer.Shutdown()
Set AdServer = Nothing
See Also
Start, Continue, Pause,
Stop, Restart, GetStatus
|