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 the Eventarc API is 2.6.0, and it provides various methods to manage events from Google Cloud services."],["Eventarc v1 API, represented by the `Eventarc` class, allows subscription to events from Google Cloud services and forwarding them to supported destinations."],["The `BindService` method creates a service definition that can be registered with a server, and is able to implement server-side handling logic."],["The `BindService` method allows the registration of a service method with or without an implementation using a service binder, in order to customize the service binding logic."],["The `Eventarc` class inherits from `Object` and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]