public static void BindService(ServiceBinderBase serviceBinder, Eventarc.EventarcBase 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 of Google.Cloud.Eventarc.V1 is 2.6.0, and the provided content details version 1.2.0."],["Eventarc enables users to subscribe to events from Google Cloud services and route them to supported destinations."],["The `Eventarc` class inherits from `Object` and provides methods such as `BindService`, for server-side service definition and binding."],["The namespace for this class and its related types is `Google.Cloud.Eventarc.V1`, found within the `Google.Cloud.Eventarc.V1.dll` assembly."],["Two `BindService` methods are outlined, one creating a `ServerServiceDefinition` and the other registering service methods with a `ServiceBinderBase`."]]],[]]