AppEventsWM.EventClient.LoadHistory C# (CSharp) Метод

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

Loads the Event History of the current user
public LoadHistory ( EventStore eventStore ) : EventClient
eventStore EventStore The event store loaded from storage
Результат EventClient
        public EventClient LoadHistory(EventStore eventStore)
        {
            if (eventStore != null)
            {
                _eventStore = eventStore;
            }

            return this;
        }