Class BackgroundWorkerAttribute
Inheritance
object
BackgroundWorkerAttribute
Namespace: Unity.VisualScripting
Assembly: solution.dll
Syntax
public class BackgroundWorkerAttribute : Attribute
Constructors
BackgroundWorkerAttribute(string)
Declaration
public BackgroundWorkerAttribute(string methodName = "BackgroundWork")
Parameters
| Type | Name | Description |
|---|---|---|
| string | methodName |
Properties
methodName
Declaration
public string methodName { get; }
Property Value
| Type | Description |
|---|---|
| string |