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."],[[["This webpage details the `Eventarc` class, version 2.0.0, within the `Google.Cloud.Eventarc.V1` namespace, which enables users to subscribe to Google Cloud events and direct them to supported destinations."],["The latest version available is 2.6.0, with multiple other previous versions listed, from 2.5.0 all the way back to 1.0.0, allowing easy access to these versions through the provided links."],["The `Eventarc` class inherits from `Object` and includes inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `BindService` method within `Eventarc` creates a service definition that can be registered with a server, and it also has an overloaded version that allows for custom service binding."],["The dll assembly that contains this class is called Google.Cloud.Eventarc.V1.dll."]]],[]]