ChainStoreWeb.Services.RemoteEventReceiver1.ProcessEvent C# (CSharp) Method

ProcessEvent() public method

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.
return SPRemoteEventResult
        public SPRemoteEventResult ProcessEvent(SPRemoteEventProperties properties)
        {
            throw new NotImplementedException();
        }