Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Gets a value indicating whether another request can use the IHttpHandler instance.
Namespace: Microsoft.CommerceServer.Runtime
Assembly: Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)
Syntax
'Declaration
Public ReadOnly Property IsReusable As Boolean
'Usage
Dim instance As SiteCacheRefresh
Dim value As Boolean
value = instance.IsReusable
public bool IsReusable { get; }
public:
virtual property bool IsReusable {
bool get () sealed;
}
public final function get IsReusable () : boolean
Property Value
Type: System..::.Boolean
false in all cases.
Implements
Remarks
Stores a value indicating whether another request can use the IHttpHandler instance.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.