Beispiel #1
0
 /// <summary>
 /// Return the next K3P element associated to the current command
 /// results. This method blocks in UI context if the next element has
 /// not been received from the KMOD process yet. The wait time is
 /// expected to be short since KMOD sends all its results in one call
 /// to send().
 /// </summary>
 public K3pElement GetNextK3pElement()
 {
     return(Broker.NextTransactionK3pElement(this));
 }