Pause();
Description This method pauses the service.
Example
Dim seropr As IADsServiceOperations 'Get the service operations object Set seropr = GetObject("NTDS://MSFT/MOON/Messenger") 'Try to pause the service seropr.Pause
See Also
Service Object
IADsServiceOperations Interface