public static void BindService(ServiceBinderBase serviceBinder, DataMigrationService.DataMigrationServiceBase 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 page details the `DataMigrationService` class, which is part of the `Google.Cloud.CloudDms.V1` namespace and is utilized for database migration services."],["The latest version available is 2.5.0, and the page content specifically pertains to version 2.0.0 with a history of versions dating back to 1.0.0, each link leading to its respective doc page."],["`DataMigrationService` inherits from the base `Object` class, and it is contained within the `Google.Cloud.CloudDms.V1.dll` assembly."],["The class includes two primary methods, `BindService`, which can create a server service definition and bind service methods with or without implementation, facilitating server-side logic handling."],["There are two overloads of the method `BindService`, one taking only the `serviceImpl`, and another also taking the `serviceBinder`."]]],[]]