示例#1
0
        public void InitContext()
        {
            Context = new ChangeTrackingContext()
            {
                ApplicationOffset       = Convert.ToInt64(Storage.GetValue(GetKey())),
                StartDateTimeOffset     = DateTimeOffset.UtcNow,
                LastChangeTrackingEvent = ChangeTrackingEvent.INIT
            };

            Notify();
        }