IADsServiceOperations Method: Stop

Stop();

Description
This method stops a currently active service on the network.

Example

Dim seropr As IADsServiceOperations
'Get the service operations object
Set seropr = GetObject("NTDS://MSFT/MOON/Messenger")
'Try to stop the service
seropr.Stop

 

See Also