Example #1
0
        public void EndProcessing()
        {
            if (String.IsNullOrEmpty(resellerCid) ||
                adAuthorizationToken == null ||
                saAuthorizationToken == null)
            {
                throw new ArgumentException("Call Initialize() before processing");
            }

            Stream.DeleteStream(resellerCid, saAuthorizationToken.AccessToken);

            localManager.SaveLastCSPEventTime(lastCSPEventTime.AddMinutes(1));
        }