Exemplo n.º 1
0
 public RemoteProxy(ApartmentState state)
 {
     _abort = new AsyncAccess(this);
     _queue = new ExecutionQueue(state);
 }
Exemplo n.º 2
0
 public RemoteProxy(ApartmentState state)
 {
     _abort = new AsyncAccess(this);
     _queue = new ExecutionQueue(state);
 }