C# 클래스 ChainStoreWeb.Services.RemoteEventReceiver1

상속: IRemoteEventService
파일 보기 프로젝트 열기: OfficeDev/SharePoint_Provider-hosted_Add-ins_Tutorials

공개 메소드들

메소드 설명
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