Click or drag to resize

HealthServiceImplSetStatus Method

Sets the health status for given service.

Namespace:  Grpc.HealthCheck
Assembly:  Grpc.HealthCheck (in Grpc.HealthCheck.dll) Version: 1.2.0-dev
Syntax
public void SetStatus(
	string service,
	HealthCheckResponseTypesServingStatus status
)

Parameters

service
Type: SystemString
The service. Cannot be null.
status
Type: Grpc.Health.V1HealthCheckResponseTypesServingStatus
the health status
See Also