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 details the `AssetService` class within the `Google.Cloud.Asset.V1` namespace, which is part of the Google Cloud Asset .NET library."],["The `AssetService` class offers functionality for defining and binding server-side asset service logic, using methods such as `BindService`."],["Multiple versions of the `Google.Cloud.Asset.V1` library are available, ranging from version 2.7.0 up to the latest version, 3.12.0, each with its own documentation page."],["The `AssetService` class inherits from the base .NET Object class, also inheriting its `GetHashCode`, `GetType`, `MemberwiseClone` and `ToString` methods."],["The two methods presented, BindService, differ in that one returns a `ServerServiceDefinition` while the other registers a service method to a `ServiceBinderBase` object, allowing you to customize it."]]],[]]