Class CloudTasks (2.4.0)

public static 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(CloudTasks.CloudTasksBase)

public static ServerServiceDefinition BindService(CloudTasks.CloudTasksBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplCloudTasks.CloudTasksBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, CloudTasks.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.

serviceImplCloudTasks.CloudTasksBase

An object implementing the server-side handling logic.