public static void BindService(ServiceBinderBase serviceBinder, Spanner.SpannerBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
Parameters
Name
Description
serviceBinder
Grpc.Core.ServiceBinderBase
Service methods will be bound by calling AddMethod on this object.
[[["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-04-17 UTC."],[[["This page details the Cloud Spanner API, which facilitates managing sessions and executing transactions within Cloud Spanner databases."],["The latest available version is 5.0.0-beta05, with a list of prior versions ranging back to 3.5.0 that can be navigated."],["The `Spanner` class inherits from `Object` and provides the `BindService` method to create or register service definitions with a server."],["The namespace for this api is `Google.Cloud.Spanner.V1` and comes within the `Google.Cloud.Spanner.V1.dll` assembly."]]],[]]