public static void BindService(ServiceBinderBase serviceBinder, ConfigServiceV2.ConfigServiceV2Base 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-03-21 UTC."],[[["This webpage details the `ConfigServiceV2` class, which is used for configuring sinks to route log entries within the Google Cloud Logging service."],["The `ConfigServiceV2` class inherits from the `Object` class and resides within the `Google.Cloud.Logging.V2` namespace in the `Google.Cloud.Logging.V2.dll` assembly."],["The page provides version history and includes links to different versions of the API, ranging from version 3.3.0 to the latest version, 4.4.0."],["The `ConfigServiceV2` class includes two static `BindService` methods for registering service methods with a server or service binder."],["It showcases how to use the bind service method with server-side logic implementation via the ConfigServiceV2Base class."]]],[]]