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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eBackupDR\u003c/code\u003e class is part of the Google Cloud Backup and DR Service v1 API, as detailed in the provided documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eBackupDR\u003c/code\u003e 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.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from the base .NET \u003ccode\u003eobject\u003c/code\u003e class and includes inherited members like \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, \u003ccode\u003eMemberwiseClone\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method allows you to create a service definition for server registration, or to register methods using a \u003ccode\u003eServiceBinderBase\u003c/code\u003e, with \u003ccode\u003eBackupDRBase\u003c/code\u003e handling server-side logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBackupDR\u003c/code\u003e class is found within the \u003ccode\u003eGoogle.Cloud.BackupDR.V1\u003c/code\u003e namespace, housed in the \u003ccode\u003eGoogle.Cloud.BackupDR.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Backup and DR Service v1 API - Class BackupDR (2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1.BackupDR)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/2.1.0/Google.Cloud.BackupDR.V1.BackupDR)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/2.0.0/Google.Cloud.BackupDR.V1.BackupDR)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.2.0/Google.Cloud.BackupDR.V1.BackupDR)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.1.0/Google.Cloud.BackupDR.V1.BackupDR)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/1.0.0-beta02/Google.Cloud.BackupDR.V1.BackupDR) \n\n public static class BackupDR\n\nReference documentation and code samples for the Backup and DR Service v1 API class BackupDR.\n\nThe BackupDR Service \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e BackupDR \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.BackupDR.V1](/dotnet/docs/reference/Google.Cloud.BackupDR.V1/latest/Google.Cloud.BackupDR.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BackupDR.V1.dll\n\nMethods\n-------\n\n### BindService(BackupDRBase)\n\n public static ServerServiceDefinition BindService(BackupDR.BackupDRBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, BackupDRBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, BackupDR.BackupDRBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]