Sage.Sis.Sdata.Sync.Storage.Syndication.SyncDigestEntryInfo.SyncDigestEntryInfo C# (CSharp) Method

SyncDigestEntryInfo() public method

public SyncDigestEntryInfo ( string endpoint, int tick, int conflictPriority, System.DateTime stamp ) : System
endpoint string
tick int
conflictPriority int
stamp System.DateTime
return System
        public SyncDigestEntryInfo(string endpoint, int tick, int conflictPriority, DateTime stamp)
        {
            this.Endpoint = endpoint;
            this.Tick = tick;
            this.ConflictPriority = conflictPriority;
            this.Stamp = stamp;
        }

Same methods

SyncDigestEntryInfo::SyncDigestEntryInfo ( string EndPoint, long tick, int conflictPriority, System.DateTime stamp ) : System
SyncDigestEntryInfo