C# Класс ChainStoreWeb.Services.AppEventReceiver

Наследование: IRemoteEventService
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
CreateTenant ( string tenantName ) : void
DeleteTenant ( string tenantName ) : void

Описание методов

ProcessEvent() публичный Метод

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.
Результат SPRemoteEventResult

ProcessOneWayEvent() публичный Метод

This method is a required placeholder, but is not used by app events.
public ProcessOneWayEvent ( SPRemoteEventProperties properties ) : void
properties SPRemoteEventProperties Unused.
Результат void