コード例 #1
0
 public RemoteProxy(ApartmentState state)
 {
     _abort = new AsyncAccess(this);
     _queue = new ExecutionQueue(state);
 }
コード例 #2
0
ファイル: RemoteProxy.cs プロジェクト: TerabyteX/main
 public RemoteProxy(ApartmentState state)
 {
     _abort = new AsyncAccess(this);
     _queue = new ExecutionQueue(state);
 }