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-03-21 UTC."],[[["Version 2.6.0 is the latest version of the Google Cloud Eventarc API, with previous versions ranging from 2.5.0 down to 1.0.0 also available."],["Eventarc enables users to subscribe to events from Google Cloud services and route them to supported destinations."],["The `Eventarc` class inherits from the `Object` class and provides functionality for handling events."],["The `BindService` methods are available for creating and registering service definitions, useful for implementing server-side handling logic for Eventarc events."],["The `Google.Cloud.Eventarc.V1` namespace, within the `Google.Cloud.Eventarc.V1.dll` assembly, contains the classes and methods related to the Eventarc functionality."]]],[]]