SharePointHandlerFactory.ReleaseHandler - Méthode
Remarque : cette API est désormais obsolète.
Espace de noms : Microsoft.SharePoint.ApplicationRuntime
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
<ObsoleteAttribute("The SharePointHandlerFactory class is no longer supported and will be removed in a future release.")> _
Public Sub ReleaseHandler ( _
handler As IHttpHandler _
)
'Utilisation
Dim instance As SharePointHandlerFactory
Dim handler As IHttpHandler
instance.ReleaseHandler(handler)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
[ObsoleteAttribute("The SharePointHandlerFactory class is no longer supported and will be removed in a future release.")]
public void ReleaseHandler(
IHttpHandler handler
)
Paramètres
- handler
Type : System.Web.IHttpHandler
Implémentations
IHttpHandlerFactory.ReleaseHandler(IHttpHandler)
Voir aussi
Référence
SharePointHandlerFactory classe