public static void BindService(ServiceBinderBase serviceBinder, MigrationService.MigrationServiceBase 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."],[[["The `MigrationService` class is part of the BigQuery Migration v2 API and is designed to manage EDW (Enterprise Data Warehouse) migrations."],["This document provides reference details for version 1.4.0 of the `MigrationService` class, though there is a version 1.5.0 which is considered to be the latest."],["The `MigrationService` class inherits from the base `object` class and includes inherited members like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["Two methods, `BindService(MigrationServiceBase)` and `BindService(ServiceBinderBase, MigrationServiceBase)`, are detailed for creating service definitions and registering service methods."],["The methods `BindService` both require an object of type `MigrationServiceBase` which handles the server-side logic."]]],[]]