PostSharpAPI ReferencePost­Sharp.​Patterns.​ThreadingBackground­AttributeIs­Long­Running
Open sandboxFocus

BackgroundAttribute.IsLongRunning Property

IsLongRunning

Specifies that the method is long-running and should be executed on its own thread, if that is supported on the target platform. If false, the method will be executed in the thread pool.

Declaration
public bool IsLongRunning { get; set; }
Property Value
Type Description
Boolean