IADsServiceOperations Method: Start

Start();

Description
Starts a service published and currently available on the network.

Example

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

 

See Also