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 page details the `AssetService` class within the `Google.Cloud.Asset.V1` namespace, specifically within version 2.7.0 of the Google Cloud Asset library for .NET."],["The `AssetService` class inherits from the base `Object` class and includes methods for binding service definitions."],["The `BindService` method is a static method used to create a service definition that can be registered with a server, accepting an object implementing the server-side handling logic."],["Another overload of the `BindService` method allows registering service methods with a `ServiceBinderBase`, enabling customization of the service binding logic."],["A list of previous versions, from 3.11.0 to 2.7.0, are available, with 3.12.0 being the latest version of the `AssetService` library."]]],[]]