CK.Core.ActivityMonitor.DependentToken.DependentToken C# (CSharp) Method

DependentToken() private method

private DependentToken ( System.Guid monitorId, DateTimeStamp logTime, string topic ) : System
monitorId System.Guid
logTime DateTimeStamp
topic string
return System
            internal DependentToken( Guid monitorId, DateTimeStamp logTime, string topic )
            {
                _originatorId = monitorId;
                _creationDate = logTime;
                _topic = topic;
            }