ChainStoreWeb.Services.AppEventReceiver.ProcessOneWayEvent C# (CSharp) Метод

ProcessOneWayEvent() публичный Метод

This method is a required placeholder, but is not used by app events.
public ProcessOneWayEvent ( SPRemoteEventProperties properties ) : void
properties SPRemoteEventProperties Unused.
Результат void
        public void ProcessOneWayEvent(SPRemoteEventProperties properties)
        {
            throw new NotImplementedException();
        }