Exemple #1
0
        public static void Cleanup()
        {
            var account             = CloudConfiguration.GetStorageAccount("DataConnectionString");
            var surveyAnswerStorage = new EntitiesBlobContainer <SurveyAnswer>(account, SurveyAnswersContainer);

            surveyAnswerStorage.DeleteContainerAsync().Wait();
        }
Exemple #2
0
        public static void Cleanup()
        {
            var surveyAnswerStorage = new EntitiesBlobContainer <SurveyAnswer>(account, SurveyAnswersContainer);

            surveyAnswerStorage.DeleteContainerAsync().Wait();
        }