CmisSync.Lib.Consumer.SituationSolver.NothingToDoSolver.Solve C# (CSharp) Метод

Solve() публичный Метод

Does nothing
public Solve ( IFileSystemInfo localFile, IObjectId remoteId, ContentChangeType localContent, ContentChangeType remoteContent ) : void
localFile IFileSystemInfo /// Local file. ///
remoteId IObjectId /// Remote identifier. ///
localContent ContentChangeType Hint if the local content has been changed.
remoteContent ContentChangeType Information if the remote content has been changed.
Результат void
        public virtual void Solve(
            IFileSystemInfo localFile,
            IObjectId remoteId,
            ContentChangeType localContent,
            ContentChangeType remoteContent)
        {
            // No Operation Needed
        }
    }
NothingToDoSolver