AppEventsWM.EventClient.GetEventStore C# (CSharp) Method

GetEventStore() public method

Gets the EventStore to save to storage
public GetEventStore ( ) : EventStore
return EventStore
        public EventStore GetEventStore()
        {
            return _eventStore;
        }