예제 #1
0
 static byte[] ParallelMethod(IContract client, ImageForSend image, string filter)
 {
     byte[] b = new byte[2];
     return(client.ApplyFilter(filter, b));
 }