C# Class ChainStoreWeb.Services.RemoteEventReceiver1

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

Private Methods

Méthode Description
RecordInventoryUpdateLocally ( SPRemoteEventProperties properties ) : void
TryUpdateInventory ( SPRemoteEventProperties properties ) : bool

Method Details

ProcessEvent() public méthode

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.
Résultat SPRemoteEventResult

ProcessOneWayEvent() public méthode

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.
Résultat void