Continue();
Description
This method resumes the service that was paused.
Example
Dim seropr As
IADsServiceOperations
'Get the service operations object
Set seropr = GetObject("NTDS://MSFT/MOON/Messenger")
'Try to resume the paused the service
seropr.Continue
See Also