public static void BindService(ServiceBinderBase serviceBinder, CloudTasks.CloudTasksBase 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-09-04 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eCloudTasks\u003c/code\u003e class within the Google Cloud Tasks v2beta3 API for .NET developers.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eCloudTasks\u003c/code\u003e enables managing background work execution in applications, based on its function within the Google Cloud platform.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes the latest version (3.0.0-beta07) as well as previous beta versions for the CloudTasks class.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudTasks\u003c/code\u003e class inherits from the base .NET \u003ccode\u003eobject\u003c/code\u003e class and provides methods like \u003ccode\u003eBindService\u003c/code\u003e to create or register server-side service definitions.\u003c/p\u003e\n"],["\u003cp\u003eThe CloudTasks class is found within the \u003ccode\u003eGoogle.Cloud.Tasks.V2Beta3\u003c/code\u003e namespace, and it's compiled within the \u003ccode\u003eGoogle.Cloud.Tasks.V2Beta3.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Tasks v2beta3 API - Class CloudTasks (3.0.0-beta07)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta07 (latest)](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3.CloudTasks)\n- [3.0.0-beta06](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/3.0.0-beta06/Google.Cloud.Tasks.V2Beta3.CloudTasks)\n- [2.0.0-beta08](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/2.0.0-beta08/Google.Cloud.Tasks.V2Beta3.CloudTasks) \n\n public static class CloudTasks\n\nReference documentation and code samples for the Google Cloud Tasks v2beta3 API class CloudTasks.\n\nCloud Tasks allows developers to manage the execution of background\nwork in their applications. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CloudTasks \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.Tasks.V2Beta3](/dotnet/docs/reference/Google.Cloud.Tasks.V2Beta3/latest/Google.Cloud.Tasks.V2Beta3)\n\nAssembly\n--------\n\nGoogle.Cloud.Tasks.V2Beta3.dll\n\nMethods\n-------\n\n### BindService(CloudTasksBase)\n\n public static ServerServiceDefinition BindService(CloudTasks.CloudTasksBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, CloudTasksBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, CloudTasks.CloudTasksBase 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."]]