Exemple #1
0
 public override void throwMemoryLimitException_async(AMD_Thrower_throwMemoryLimitException cb, byte[] seq, 
                                                      Ice.Current current)
 {
     cb.ice_response(new byte[1024 * 20]); // 20KB is over the configured 10KB message size max.
 }
Exemple #2
0
 public override void throwMemoryLimitException_async(AMD_Thrower_throwMemoryLimitException cb, byte[] seq,
                                                      Ice.Current current)
 {
     cb.ice_response(new byte[1024 * 20]); // 20KB is over the configured 10KB message size max.
 }