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-03-21 UTC."],[[["This webpage 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 for this service is 2.5.0, while the current page content focuses on version 1.2.0, with several other versions also listed and linked."],["The `DataMigrationService` class inherits from the base `Object` class and includes methods for binding service implementations, such as `BindService(DataMigrationService.DataMigrationServiceBase)`."],["There are two versions of the method `BindService`, one that takes only a `DataMigrationService.DataMigrationServiceBase` object, and another that also takes a `ServiceBinderBase` object."],["The class and its methods are part of the Google.Cloud.CloudDms.V1.dll assembly."]]],[]]