Example #1
0
 /// <summary>
 /// Submit the transaction to the KMOD broker specified. The Run()
 /// method will be called when the broker is ready to execute the
 /// transaction. The broker guarantees that the transaction will be
 /// executed in the context of the UI and outside the current
 /// execution context. In other words, the Run() method will not be
 /// called before Submit() has returned.
 /// </summary>
 public void Submit(WmKmodBroker broker)
 {
     broker.SubmitTransaction(this);
 }