Exemplo n.º 1
0
 private static void ServiceCall(string id)
 {
     using (var client = new StorageServiceClient())
     {
         client.Store(id);
         client.Close();
     }
 }
Exemplo n.º 2
0
 private static void ServiceCall(string id)
 {
     using (var client = new StorageServiceClient())
     {
         client.Store(id);
         client.Close();
     }
 }