Compartir a través de


DurableTaskAttribute(String) Constructor

Definition

Initializes a new instance of the DurableTaskAttribute class.

public DurableTaskAttribute (string? name = default);
new Microsoft.DurableTask.DurableTaskAttribute : string -> Microsoft.DurableTask.DurableTaskAttribute
Public Sub New (Optional name As String = Nothing)

Parameters

name
String

The name of the durable task. If not specified, the class name is used as the implied name of the durable task.

Applies to