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 document details the Cloud Spanner API, which facilitates the management of sessions and execution of transactions on data stored in Cloud Spanner databases."],["The latest version available is 5.0.0-beta05, with numerous prior versions listed, including versions down to 3.5.0."],["The Spanner class inherits from the Object class and contains inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` methods are used for creating or registering service definitions, where one method takes a `Spanner.SpannerBase` object as a parameter, and the other takes both `ServiceBinderBase` and `Spanner.SpannerBase`."],["The primary namespace for these functionalities is `Google.Cloud.Spanner.V1`, which is within the `Google.Cloud.Spanner.V1.dll` assembly."]]],[]]