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."],[[["The latest version available for the Google Cloud Asset V1 service is 3.12.0, while the current page is showcasing information for version 2.11.0."],["This page details the `AssetService` class, which is part of the `Google.Cloud.Asset.V1` namespace and resides within the `Google.Cloud.Asset.V1.dll` assembly."],["The `AssetService` class includes two static `BindService` methods used to register service logic with a server, supporting different types of implementation and customization options."],["The `AssetService` class inherits members from the base `Object` class, such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` methods requires an object implementing the server-side handling logic that is found within `AssetService.AssetServiceBase` as a parameter."]]],[]]