public static void BindService(ServiceBinderBase serviceBinder, VmMigration.VmMigrationBase 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 latest version available for the VM Migration service is 2.6.0, although the document's current version is 2.0.0, with previous versions listed ranging from 2.5.0 down to 1.0.0."],["The `VmMigration` class, which is the main class for the VM Migration Service, inherits members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `VmMigration` class provides two methods, `BindService`, with overloads, that are used to define and bind the service for server-side logic implementation, which uses the `VmMigration.VmMigrationBase` class."],["The namespace for this version of VM Migration is defined as `Google.Cloud.VMMigration.V1` and the associated assembly is `Google.Cloud.VMMigration.V1.dll`."]]],[]]