Click or drag to resize

HealthServiceImplClearStatus Method

Clears health status for given service.

Namespace:  Grpc.HealthCheck
Assembly:  Grpc.HealthCheck (in Grpc.HealthCheck.dll) Version: 1.2.0-dev
Syntax
public void ClearStatus(
	string service
)

Parameters

service
Type: SystemString
The service. Cannot be null.
See Also