ChainStoreWeb.Services.AppEventReceiver.ProcessOneWayEvent C# (CSharp) Method

ProcessOneWayEvent() public method

This method is a required placeholder, but is not used by app events.
public ProcessOneWayEvent ( SPRemoteEventProperties properties ) : void
properties SPRemoteEventProperties Unused.
return void
        public void ProcessOneWayEvent(SPRemoteEventProperties properties)
        {
            throw new NotImplementedException();
        }