Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.69 KB

File metadata and controls

43 lines (33 loc) · 1.69 KB
title IHttpFileMonitor::DereferenceFileMonitor Method
description The IHttpFileMonitor::DereferenceFileMonitor Method releases a file monitor interface.
ms.date 10/07/2016
ms.assetid 13610ef2-eadf-2dfe-cb84-aad275c0e8bb

IHttpFileMonitor::DereferenceFileMonitor Method

Releases a file monitor interface.

Syntax

virtual VOID DereferenceFileMonitor(  
   VOID  
) = 0;  

Parameters

This method takes no parameters.

Return Value

VOID.

Remarks

IHttpFileMonitor

Example

N/A  

Requirements

Type Description
Client - IIS 7.0 on [!INCLUDEwinvista]
- IIS 7.5 on Windows 7
- IIS 8.0 on Windows 8
- IIS 10.0 on Windows 10
Server - IIS 7.0 on [!INCLUDEwinsrv2008]
- IIS 7.5 on Windows Server 2008 R2
- IIS 8.0 on Windows Server 2012
- IIS 8.5 on Windows Server 2012 R2
- IIS 10.0 on Windows Server 2016
Product - IIS 7.0, IIS 7.5, IIS 8.0, IIS 8.5, IIS 10.0
- [!INCLUDEiisexp75], [!INCLUDEiisexp80], [!INCLUDEiisexp100]
Header Httpserv.h

See Also

IHttpFileMonitor Interface