CmisSync.Lib.RemoteEventGenerator.RemoteEventGenerator C# (CSharp) Method

RemoteEventGenerator() public method

public RemoteEventGenerator ( IMetaDataStorage storage ) : System
storage IMetaDataStorage
return System
        public RemoteEventGenerator(IMetaDataStorage storage)
        {
            if (storage == null) {
                throw new ArgumentNullException("storage");
            }

            this.storage = storage;
        }