ChainStoreWeb.Services.RemoteEventReceiver1.ProcessEvent C# (CSharp) Méthode

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