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 |
---|---|
bool |