public RemoteInstanceCommander(IRemoteInstanceCommunicator communicator)
        {
            if (communicator == null)
                throw new Exception("DBreeze.Storage.RemoteInstance.RemoteInstanceCommander supplied IRemoteInstanceCommunicator is null");

            this.Com = communicator;
        }
예제 #2
0
        public RemoteInstanceCommander(IRemoteInstanceCommunicator communicator)
        {
            if (communicator == null)
            {
                throw new Exception("DBreeze.Storage.RemoteInstance.RemoteInstanceCommander supplied IRemoteInstanceCommunicator is null");
            }

            this.Com = communicator;
        }