public static void BindService(ServiceBinderBase serviceBinder, BackupDR.BackupDRBase 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-05-02 UTC."],[[["The `BackupDR` class is part of the Google Cloud Backup and DR Service v1 API, as detailed in the provided documentation."],["The latest version of the `BackupDR` class is 2.1.0, with previous versions including 2.0.0, 1.2.0, 1.1.0, and 1.0.0-beta02 also available."],["This class inherits from the base .NET `object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method allows you to create a service definition for server registration, or to register methods using a `ServiceBinderBase`, with `BackupDRBase` handling server-side logic."],["The `BackupDR` class is found within the `Google.Cloud.BackupDR.V1` namespace, housed in the `Google.Cloud.BackupDR.V1.dll` assembly."]]],[]]