ISdoServiceControl interface (sdoias.h)

Use the ISdoServiceControl interface to control the service being administered on the SDO computer.

Inheritance

The ISdoServiceControl interface inherits from the IDispatch interface. ISdoServiceControl also has these types of members:

Methods

The ISdoServiceControl interface has these methods.

 
ISdoServiceControl::GetServiceStatus

The GetServiceStatus method retrieves the status of the service being administered through SDO.
ISdoServiceControl::ResetService

The ResetService method resets the service administered by the SDO API. Resetting the service causes the service to refresh its data.
ISdoServiceControl::StartService

The StartService method starts the service administered through SDO.
ISdoServiceControl::StopService

The StopService method shuts down the service administered through SDO.

Remarks

Use the ISdoMachine::GetServiceSDO method to retrieve a pointer to an ISdoServiceControl interface.

Requirements

Requirement Value
Minimum supported client None supported
Minimum supported server Windows Server 2008
Target Platform Windows
Header sdoias.h

See also

IDispatch

Server Data Objects Interfaces

Server Data Objects Reference