Skip to content

Instantly share code, notes, and snippets.

View techmadness's full-sized avatar
🎯
Focusing

techmadness

🎯
Focusing
View GitHub Profile
@techmadness
techmadness / CreateSPAsyncReadJob.cs
Last active December 4, 2019 06:50
CreateSPAsyncReadJob sample
using System;
using System.Linq;
using System.Security;
using System.Threading;
using Microsoft.SharePoint.Client;
using Microsoft.WindowsAzure.Storage;
using Microsoft.WindowsAzure.Storage.Blob;
using Microsoft.WindowsAzure.Storage.Queue;
namespace ConsoleApp1