DurableTaskAttribute(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.