HttpTaskAsyncHandler::IsReusable Property
.NET Framework (current version)
When overridden in a derived class, gets a value that indicates whether the task handler class instance can be reused for another asynchronous task.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the handler can be reused; otherwise, false. The default is false.
Implements
IHttpHandler::IsReusable
.NET Framework
Available since 4.5
Available since 4.5
Show: