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

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

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

Метод Описание
ProcessEvent ( SPRemoteEventProperties properties ) : SPRemoteEventResult

Handles events that occur before an action occurs, such as when a user is adding or deleting a list item.

ProcessOneWayEvent ( SPRemoteEventProperties properties ) : void

Handles events that occur after an action occurs, such as after a user adds an item to a list or deletes an item from a list.

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

Метод Описание
RecordInventoryUpdateLocally ( SPRemoteEventProperties properties ) : void
TryUpdateInventory ( SPRemoteEventProperties properties ) : bool

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

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

Handles events that occur before an action occurs, such as when a user is adding or deleting a list item.
public ProcessEvent ( SPRemoteEventProperties properties ) : SPRemoteEventResult
properties SPRemoteEventProperties Holds information about the remote event.
Результат SPRemoteEventResult

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

Handles events that occur after an action occurs, such as after a user adds an item to a list or deletes an item from a list.
public ProcessOneWayEvent ( SPRemoteEventProperties properties ) : void
properties SPRemoteEventProperties Holds information about the remote event.
Результат void