public static void BindService(ServiceBinderBase serviceBinder, AssetService.AssetServiceBase 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 webpage provides documentation for the Google Cloud Asset Inventory v1 API's `AssetService` class in the .NET environment."],["The latest available version of the `AssetService` is 3.12.0, while the current page is focused on version 3.3.0, with a list containing all the versions from 2.7.0 to the latest 3.12.0."],["The `AssetService` class inherits from the .NET `Object` class and includes methods such as `BindService`, which is used for creating and registering service definitions."],["There are two variations of the `BindService` method: one that creates a `ServerServiceDefinition`, and one that uses a `ServiceBinderBase` to register methods."]]],[]]