Google Cloud Tasks v2 API - Class CloudTasks (3.4.0)

public static class CloudTasks

Reference documentation and code samples for the Google Cloud Tasks v2 API class CloudTasks.

Cloud Tasks allows developers to manage the execution of background work in their applications.

Inheritance

object > CloudTasks

Namespace

Google.Cloud.Tasks.V2

Assembly

Google.Cloud.Tasks.V2.dll

Methods

BindService(CloudTasksBase)

public static ServerServiceDefinition BindService(CloudTasks.CloudTasksBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplCloudTasksCloudTasksBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, CloudTasksBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplCloudTasksCloudTasksBase

An object implementing the server-side handling logic.