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."],[[["This document details the Cloud Spanner API, which facilitates the management of sessions and transactions for data in Cloud Spanner databases."],["The latest version of the API documented is 5.0.0-beta05, with numerous prior versions available, including several beta versions."],["The `Spanner` class inherits from `Object` and provides methods like `BindService` to create or register service definitions with a server or service binder."],["The namespace for this library is `Google.Cloud.Spanner.V1`, and it can be found within the `Google.Cloud.Spanner.V1.dll` assembly."],["The document provides details on the parameters and return types for `BindService` methods, including the necessary `Spanner.SpannerBase`, `ServiceBinderBase` and `ServerServiceDefinition` types."]]],[]]