Esempio n. 1
0
 public static IAzureQueue GetQueue(Uri containerUri)
 {
     Initialise();
     return(_context.GetQueue(containerUri));
 }