public static void BindService(ServiceBinderBase serviceBinder, Executions.ExecutionsBase 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-08-28 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eExecutions\u003c/code\u003e class in the \u003ccode\u003eGoogle.Cloud.Workflows.Executions.V1\u003c/code\u003e namespace is used to manage running instances of Workflows, known as executions.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eExecutions\u003c/code\u003e API is 2.6.0, with multiple previous versions available, ranging from 2.5.0 down to 1.0.0, for selection.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecutions\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and provides methods like \u003ccode\u003eBindService\u003c/code\u003e for creating and registering service definitions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e method can be used to register service methods, with the option to use a \u003ccode\u003eServiceBinderBase\u003c/code\u003e for custom service binding.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eExecutionsBase\u003c/code\u003e is an object to implement server-side handling logic for \u003ccode\u003eExecutions\u003c/code\u003e service.\u003c/p\u003e\n"]]],[],null,["# Workflow Executions v1 API - Class Executions (2.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/latest/Google.Cloud.Workflows.Executions.V1.Executions)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.5.0/Google.Cloud.Workflows.Executions.V1.Executions)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.4.0/Google.Cloud.Workflows.Executions.V1.Executions)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.3.0/Google.Cloud.Workflows.Executions.V1.Executions)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.2.0/Google.Cloud.Workflows.Executions.V1.Executions)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.1.0/Google.Cloud.Workflows.Executions.V1.Executions)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.0.0/Google.Cloud.Workflows.Executions.V1.Executions)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/1.2.0/Google.Cloud.Workflows.Executions.V1.Executions)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/1.1.0/Google.Cloud.Workflows.Executions.V1.Executions)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/1.0.0/Google.Cloud.Workflows.Executions.V1.Executions) \n\n public static class Executions\n\nReference documentation and code samples for the Workflow Executions v1 API class Executions.\n\nExecutions is used to start and manage running instances of\n\\[Workflows\\]\\[google.cloud.workflows.v1.Workflow\\] called executions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Executions \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.Workflows.Executions.V1](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/latest/Google.Cloud.Workflows.Executions.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Workflows.Executions.V1.dll\n\nMethods\n-------\n\n### BindService(ExecutionsBase)\n\n public static ServerServiceDefinition BindService(Executions.ExecutionsBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, ExecutionsBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, Executions.ExecutionsBase 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."]]