Show / Hide Table of Contents

    Class Health

    Inheritance
    System.Object
    Health
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Grpc.Health.V1
    Assembly: Grpc.HealthCheck.dll
    Syntax
    public static class Health

    Properties

    Descriptor

    Service descriptor

    Declaration
    public static ServiceDescriptor Descriptor { get; }
    Property Value
    Type Description
    Google.Protobuf.Reflection.ServiceDescriptor

    Methods

    BindService(Health.HealthBase)

    Creates service definition that can be registered with a server

    Declaration
    public static ServerServiceDefinition BindService(Health.HealthBase serviceImpl)
    Parameters
    Type Name Description
    Health.HealthBase serviceImpl

    An object implementing the server-side handling logic.

    Returns
    Type Description
    ServerServiceDefinition
    Back to top Copyright © 2015-2017 Microsoft
    Generated by DocFX