NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IHttpHandler.IsReusable

Allows an IHTTPHandler instance to indicate at the end of a request whether it can be recycled and used for another request.

[Visual Basic]
Function IsReusable() As Boolean
[C#]
bool IsReusable();
[C++]
bool IsReusable() = 0;
[JScript]
function IsReusable() : Boolean;

See Also

IHttpHandler Interface | IHttpHandler Members | System.Web Namespace