Пример #1
0
 public RemotingHandle(C_NSF.Endpoint endpoint)
 {
     var factory = endpoint.Resolve<C_NSF.Interfaces.ILoggerFactory>();
     this._log = factory.Create(typeof(RemotingHandle));
     this._defaultHandle = new C_NSF.Remoting.RemotingHandle(factory);
     this._uriTypes = new ConcurrentDictionary<string, Type>();
 }
Пример #2
0
        public RemotingHandle(C_NSF.Endpoint endpoint)
        {
            var factory = endpoint.Resolve <C_NSF.Interfaces.ILoggerFactory>();

            this._log           = factory.Create(typeof(RemotingHandle));
            this._defaultHandle = new C_NSF.Remoting.RemotingHandle(factory);
            this._uriTypes      = new ConcurrentDictionary <string, Type>();
        }