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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eWorkflowsServiceV2Beta\u003c/code\u003e is a class within the Google Cloud Life Sciences v2beta API, designed for managing and running workflows such as pipelines with Docker containers.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of \u003ccode\u003eWorkflowsServiceV2Beta\u003c/code\u003e is 2.0.0-beta06, with previous versions 2.0.0-beta05 and 1.0.0-beta02 also available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method allows for creating a service definition that can be registered with a server, offering customizable logic.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method also can register service method with or without implementation with a service binder, which is experimental and subject to change.\u003c/p\u003e\n"]]],[],null,["# Cloud Life Sciences v2beta API - Class WorkflowsServiceV2Beta (2.0.0-beta06)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.0-beta06 (latest)](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta.WorkflowsServiceV2Beta)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/2.0.0-beta05/Google.Cloud.LifeSciences.V2Beta.WorkflowsServiceV2Beta)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/1.0.0-beta02/Google.Cloud.LifeSciences.V2Beta.WorkflowsServiceV2Beta) \n\n public static class WorkflowsServiceV2Beta\n\nReference documentation and code samples for the Cloud Life Sciences v2beta API class WorkflowsServiceV2Beta.\n\nA service for running workflows, such as pipelines consisting of Docker\ncontainers. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WorkflowsServiceV2Beta \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.LifeSciences.V2Beta](/dotnet/docs/reference/Google.Cloud.LifeSciences.V2Beta/latest/Google.Cloud.LifeSciences.V2Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.LifeSciences.V2Beta.dll\n\nMethods\n-------\n\n### BindService(WorkflowsServiceV2BetaBase)\n\n public static ServerServiceDefinition BindService(WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, WorkflowsServiceV2BetaBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, WorkflowsServiceV2Beta.WorkflowsServiceV2BetaBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]