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.
[[["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-03-21 UTC."],[[["This page provides reference documentation for the `Spanner` class within the `Google.Cloud.Spanner.V1` namespace, which is part of the Cloud Spanner API for .NET."],["The documentation details the `Spanner` class's role in managing sessions and executing transactions on data in Cloud Spanner databases, using the v1 API."],["The `Spanner` class inherits from the base `object` class and includes members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, alongside two methods: `BindService(SpannerBase)` and `BindService(ServiceBinderBase, SpannerBase)`."],["Multiple versions of the Cloud Spanner API for .NET are listed, ranging from the latest beta (5.0.0-beta05) down to version 3.5.0, allowing users to access documentation specific to their installed version."],["The `BindService` methods are highlighted, detailing how they are used to create service definitions and register service methods for server-side handling logic within gRPC."]]],[]]