public static void BindService(ServiceBinderBase serviceBinder, Environments.EnvironmentsBase 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 document details the `Environments` class within the `Google.Cloud.Orchestration.Airflow.Service.V1` namespace, which manages Apache Airflow environments."],["The latest version documented is 2.9.0, with versions ranging from 1.0.0 to 2.9.0 available for reference."],["The `Environments` class inherits from the base `Object` class and includes methods such as `BindService` for defining and registering server-side handling logic."],["Two `BindService` methods are provided, one to create a service definition and the other for registering service methods with a service binder, with each method requiring an object implementing the server-side logic."],["The documentation is provided in the context of the Google Cloud .Net framework."]]],[]]