ExternalSubscriptionReceiver class

Feature Receiver for ExternalSubscription feature

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.SPFeatureReceiver
    Microsoft.SharePoint.BusinessData.Infrastructure.ExternalSubscriptionReceiver

Namespace:  Microsoft.SharePoint.BusinessData.Infrastructure
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ExternalSubscriptionReceiver _
    Inherits SPFeatureReceiver
'Usage
Dim instance As ExternalSubscriptionReceiver
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ExternalSubscriptionReceiver : SPFeatureReceiver

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ExternalSubscriptionReceiver members

Microsoft.SharePoint.BusinessData.Infrastructure namespace