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-04-17 UTC."],[[["The latest beta version available for the Google Cloud Spanner v1 API is 5.0.0-beta05, while version 4.2.0 is the current page's focus."],["This page provides reference documentation and code samples for the Spanner class within the Google Cloud Spanner v1 API."],["The Spanner API facilitates the management of sessions and execution of transactions on data in Cloud Spanner databases."],["The `Spanner` class inherits from the `Object` class and is located within the `Google.Cloud.Spanner.V1` namespace."],["The page documents two methods of the Spanner class, `BindService(Spanner.SpannerBase)` which creates a service definition and `BindService(ServiceBinderBase, Spanner.SpannerBase)` which registers a service method with a service binder."]]],[]]