C# Class ChainStoreWeb.Services.AppEventReceiver

Inheritance: IRemoteEventService
Show file Open project: OfficeDev/SharePoint_Provider-hosted_Add-ins_Tutorials

Public Methods

Method 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

Method Description
CreateTenant ( string tenantName ) : void
DeleteTenant ( string tenantName ) : void

Method Details

ProcessEvent() public method

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.
return SPRemoteEventResult

ProcessOneWayEvent() public method

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