C# Class ChainStoreWeb.Services.AppEventReceiver

Inheritance: IRemoteEventService
Afficher le fichier Open project: OfficeDev/SharePoint_Provider-hosted_Add-ins_Tutorials

Méthodes publiques

Méthode Description
ProcessEvent ( SPRemoteEventProperties properties ) : SPRemoteEventResult

Handles app events that occur after the app is installed or upgraded, or when app is being uninstalled.

ProcessOneWayEvent ( SPRemoteEventProperties properties ) : void

This method is a required placeholder, but is not used by app events.

Private Methods

Méthode Description
CreateTenant ( string tenantName ) : void
DeleteTenant ( string tenantName ) : void

Method Details

ProcessEvent() public méthode

Handles app events that occur after the app is installed or upgraded, or when app is being uninstalled.
public ProcessEvent ( SPRemoteEventProperties properties ) : SPRemoteEventResult
properties SPRemoteEventProperties Holds information about the app event.
Résultat SPRemoteEventResult

ProcessOneWayEvent() public méthode

This method is a required placeholder, but is not used by app events.
public ProcessOneWayEvent ( SPRemoteEventProperties properties ) : void
properties SPRemoteEventProperties Unused.
Résultat void