Example #1
0
 internal OpThread(BackgroundPrx background)
 {
     _background = BackgroundPrxHelper.uncheckedCast(background.ice_oneway());
     Start();
 }
Example #2
0
 internal OpThread(BackgroundPrx background)
 {
     _background = BackgroundPrxHelper.uncheckedCast(background.ice_oneway());
     Start();
 }