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

ResSyncInfo() public method

public ResSyncInfo ( System.Guid uuid, string endpoint, int tick, string etag, System.DateTime modifiedStamp ) : System
uuid System.Guid
endpoint string
tick int
etag string
modifiedStamp System.DateTime
return System
        public ResSyncInfo(Guid uuid, string endpoint, int tick, string etag, DateTime modifiedStamp)
        {
            this.Uuid = uuid;
            this.Endpoint = endpoint;
            this.Tick = tick;
            this.Etag = etag;
            this.ModifiedStamp = modifiedStamp;
        }

Same methods

ResSyncInfo::ResSyncInfo ( System.Guid uuid, string EndPoint, long tick, string etag, System.DateTime modifiedStamp ) : System
ResSyncInfo