Example #1
0
 public virtual void ice_flushBatchRequests()
 {
     IceInternal.BatchOutgoing @out = new IceInternal.BatchOutgoing(handler__);
     @out.invoke();
 }
Example #2
0
 public virtual void ice_flushBatchRequests(InvocationObserver obsv)
 {
     IceInternal.BatchOutgoing @out = new IceInternal.BatchOutgoing(handler__, obsv);
     @out.invoke();
 }
Example #3
0
 public void flushBatchRequests()
 {
     InvocationObserver observer = IceInternal.ObserverHelper.get(_instance, __flushBatchRequests_name);
     IceInternal.BatchOutgoing @out = new IceInternal.BatchOutgoing(this, _instance, observer);
     @out.invoke();
 }
Example #4
0
 public void flushBatchRequests()
 {
     IceInternal.BatchOutgoing @out = new IceInternal.BatchOutgoing(this, _instance);
     @out.invoke();
 }