Class BackgroundWorkerAttribute
Inheritance
BackgroundWorkerAttribute
Syntax
[AttributeUsage(AttributeTargets.Class, Inherited = false, AllowMultiple = true)]
public class BackgroundWorkerAttribute : Attribute, _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
Extension Methods