SharePointHandlerReadOnlySessionState - Classe

Remarque : cette API est désormais obsolète.

Hiérarchie d’héritage

System.Object
  Microsoft.SharePoint.ApplicationRuntime.SharePointHandler
    Microsoft.SharePoint.ApplicationRuntime.SharePointHandlerReadOnlySessionState

Espace de noms :  Microsoft.SharePoint.ApplicationRuntime
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("The SharePointHandlerReadOnlySessionState class is no longer supported and will be removed in a future release.")> _
<PermissionSetAttribute(SecurityAction.LinkDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Class SharePointHandlerReadOnlySessionState _
    Inherits SharePointHandler _
    Implements IReadOnlySessionState, IRequiresSessionState
'Utilisation
Dim instance As SharePointHandlerReadOnlySessionState
[ObsoleteAttribute("The SharePointHandlerReadOnlySessionState class is no longer supported and will be removed in a future release.")]
[PermissionSetAttribute(SecurityAction.LinkDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public class SharePointHandlerReadOnlySessionState : SharePointHandler, 
    IReadOnlySessionState, IRequiresSessionState

Cohérence de thread

Tous les membres statique (Partagé dans Visual Basic)s publics de ce type sont thread-safe. Cela n’est pas garanti pour les membres d’instance.

Voir aussi

Référence

SharePointHandlerReadOnlySessionState - Membres

Microsoft.SharePoint.ApplicationRuntime - Espace de noms