public static void BindService(ServiceBinderBase serviceBinder, Bigtable.BigtableBase 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."],[[["The documentation provides reference and code samples for the Google Bigtable v2 API's `Bigtable` class, which is used for interacting with existing Bigtable tables."],["This page highlights version 3.9.0 of the API, but also includes links to a range of older versions, extending back to version 2.2.0, with the latest available being version 3.17.0."],["The `Bigtable` class, part of the `Google.Cloud.Bigtable.V2` namespace, inherits from `object` and is housed within the `Google.Cloud.Bigtable.V2.dll` assembly."],["The `Bigtable` class includes two methods, `BindService(BigtableBase)` and `BindService(ServiceBinderBase, BigtableBase)`, for creating and registering server service definitions, or customizing the service binding logic."],["`BindService` methods utilize `BigtableBase` objects to handle server-side logic, and can define server services that use parameters such as `serviceImpl` and `serviceBinder` to manage the bindings."]]],[]]