示例#1
0
 private static void ServiceCall(string id)
 {
     using (var client = new StorageServiceClient())
     {
         client.Store(id);
         client.Close();
     }
 }
示例#2
0
 private static void ServiceCall(string id)
 {
     using (var client = new StorageServiceClient())
     {
         client.Store(id);
         client.Close();
     }
 }