Click or drag to resize

ServiceStatus Delegate

Callback for the GetServiceStatus() function.

Namespace:  IBM.Watson.DeveloperCloud.Services
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public delegate void ServiceStatus(
	string serviceID,
	bool active
)

Parameters

serviceID
Type: SystemString
The ID of the service.
active
Type: SystemBoolean
The status of the service, true is up, false is down.
See Also