Clase StopEventReceiver
Clase base que proporciona una implementación predeterminada para el controlador StopEvent() .
Jerarquía de la herencia
System.Object
Microsoft.SharePoint.Upgrade.StopEventReceiver
Microsoft.SharePoint.Upgrade.SPDelegate
Espacio de nombres: Microsoft.SharePoint.Upgrade
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public Class StopEventReceiver
'Uso
Dim instance As StopEventReceiver
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public class StopEventReceiver
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.