Stores mapping of methods to server call handlers.
Normally, the ServerServiceDefinition objects will be created by the BindService factory method
that is part of the autogenerated code for a protocol buffers service definition.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-02 UTC."],[[["`ServerServiceDefinition` stores mappings of methods to server call handlers, typically created via the `BindService` factory method in autogenerated protocol buffer code."],["It inherits from the `object` class, including standard members like `Equals`, `GetHashCode`, and `ToString`."],["The latest version available is 2.66.0, with older versions 2.63.0 and 2.48.0 also documented."],["The `CreateBuilder()` method facilitates the creation of a new `ServerServiceDefinition.Builder` object, which is used to build the `ServerServiceDefinition`."],["`ServerServiceDefinition` is part of the `Grpc.Core` namespace, contained within the `Grpc.Core.Api.dll` assembly."]]],[]]