WorkContext NoDefaultAutoClose Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Indicates whether the default dispatcher should close the WorkContext upon completion of async processing. This property may ONLY be set to TRUE IF Response.Buffered = false (chunked transfer) and Response has already been written to. When this property is set to true the WorkDispatcher will not auto dispose this WorkContext instance. This may be needed for a server that streams chat messages and some other thread manages the lifetime of this WorkContext. Keep in mind that alternative implementations of WorkDispatcher (derived classes that implement alternative threading/lifecycle) may disregard this flag altogether

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public bool NoDefaultAutoClose { get; set; }

Property Value

Type: OnlineBoolean
See Also