Beispiel #1
0
 public TypedRequestProcessProxy(IServerProcessProxy serverProcessProxy, IIpcRequestIdFactory ipcRequestIdFactory)
 {
     _serverProcessProxy  = serverProcessProxy;
     _ipcRequestIdFactory = ipcRequestIdFactory;
     _serverProcessProxy.EventReceived     += ServerProcessProxyOnEventReceived;
     _serverProcessProxy.ProcessStarted    += ServerProcessProxyOnProcessStarted;
     _serverProcessProxy.ProcessFatalError += ServerProcessProxyOnProcessFatalError;
 }
 public TypedRequestProcessProxy(IServerProcessProxy serverProcessProxy, IIpcRequestIdFactory ipcRequestIdFactory)
 {
     _serverProcessProxy  = serverProcessProxy;
     _ipcRequestIdFactory = ipcRequestIdFactory;
     _serverProcessProxy.EventReceived += ServerProcessProxyOnEventReceived;
 }