public static void BindService(ServiceBinderBase serviceBinder, WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase 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 provides reference documentation for the `WorkflowsServiceV2Beta` class within the Google Cloud Life Sciences v2beta API, specifically detailing its use for running workflows with Docker containers."],["The `WorkflowsServiceV2Beta` class is part of the `Google.Cloud.LifeSciences.V2Beta` namespace, and the latest version is 2.0.0-beta06, with older versions 2.0.0-beta05 and 1.0.0-beta02 also documented."],["The class inherits members from the base `object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["It offers two `BindService` methods, one for creating a service definition and the other for registering service methods with a service binder, both requiring a `WorkflowsServiceV2BetaBase` implementation for handling server-side logic."],["The service is defined within the `Google.Cloud.LifeSciences.V2Beta.dll` assembly."]]],[]]