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-09 UTC."],[[["This page provides reference documentation for the Google Cloud Spanner v1 API's `Spanner` class within the `Google.Cloud.Spanner.V1` namespace, for the .NET environment."],["The latest version of the `Spanner` class is `5.0.0-beta05`, and there are multiple prior versions available, ranging back to `3.5.0`."],["The `Spanner` class can manage sessions and execute transactions on data stored in Cloud Spanner databases."],["The `Spanner` class includes methods like `BindService` to create or customize service bindings for server-side handling logic, and has inherited members such as `GetHashCode` and `ToString` from the base object class."],["The documentation covers two variations of `BindService`: one that creates a service definition, and another that registers a service method with a service binder, useful when customizing service binding logic."]]],[]]