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, specifically within the context of version 2.8.0 and above for .NET."],["The content provides links to various versions of the `AssetService`, ranging from the latest version 3.12.0 down to version 2.7.0."],["The `AssetService` class inherits from `Object` and contains two static methods: `BindService(AssetService.AssetServiceBase)` and `BindService(ServiceBinderBase, AssetService.AssetServiceBase)`."],["`BindService` methods are used for creating a service definition that can be registered with a server and registering service methods with a service binder, respectively."],["This documentation is part of the `Google.Cloud.Asset.V1.dll` assembly and contains information about the implementation and parameters for interacting with the server-side logic of the `AssetService`."]]],[]]