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>(); }
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>(); }