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 document provides reference documentation for the `DataMigrationService` class within the Database Migration v1 API, part of the `Google.Cloud.CloudDms.V1` namespace."],["The latest version of the API is 2.5.0, and the document provides version-specific links for versions ranging from 1.0.0 to 2.5.0, with the current context being version 2.4.0."],["The `DataMigrationService` class inherits from `object` and includes methods such as `BindService`, which is used to create or register service definitions for a server, with or without implementation."],["The assembly for the `DataMigrationService` is `Google.Cloud.CloudDms.V1.dll`, which is part of the Google Cloud .NET library."],["The methods `BindService` take parameters such as `DataMigrationService.DataMigrationServiceBase`, `ServiceBinderBase` to register the service with server logic."]]],[]]