Ejemplo n.º 1
0
 public static QueueMessage FromByteArray(byte[] body)
 {
     using (var wcfClient = new StockServiceClient())
     {
         var result = wcfClient.FromByteArray(body);
         wcfClient.Close();
         return(result);
     }
 }