예제 #1
0
        protected void InitialiseCatchUpSubscription()
        {
            Position position = GetLastEventProcessedLocation();

            EventStoreConnection.SubscribeToAllFrom(position, false, OnEventAppeared, OnLiveProcessingStarted, OnSubscriptionDropped);
        }