ChainStoreWeb.Services.RemoteEventReceiver1.ProcessEvent C# (CSharp) Метод

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