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-06-12 UTC."],[[["The `ServerServiceDefinition` class stores mappings of methods to server call handlers, typically created by the `BindService` factory method in protocol buffers service definitions."],["This class inherits from the `Object` class and is part of the `Grpc.Core` namespace within the `Grpc.Core.Api.dll` assembly."],["The `CreateBuilder()` method can be used to generate a new builder object for `ServerServiceDefinition`."],["Version 2.66.0 is the latest release, with 2.63.0 and 2.48.0 being previous versions."]]],[]]