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 version of the Google.Cloud.Spanner.V1 library is 5.0.0-beta05, and this page provides access to various other versions, ranging from 3.5.0 to 5.0.0-beta04."],["The Cloud Spanner API, accessible via this library, allows for managing sessions and executing transactions on data stored in Cloud Spanner databases."],["The `Spanner` class, which inherits from `Object`, is in the `Google.Cloud.Spanner.V1` namespace within the `Google.Cloud.Spanner.V1.dll` assembly."],["The `BindService` method allows for the creation of a service definition that can be registered with a server, or for registering a service method with a service binder."],["The `Spanner.SpannerBase` class is used to provide server-side handling logic for both implementations of the `BindService` method."]]],[]]