CK.Core.ActivityMonitorBridgeTarget.GetTargetAndAutoTags C# (CSharp) Method

GetTargetAndAutoTags() private method

private GetTargetAndAutoTags ( string &targetTopic, CKTrait &targetTags ) : void
targetTopic string
targetTags CKTrait
return void
        internal void GetTargetAndAutoTags( out string targetTopic, out CKTrait targetTags )
        {
            targetTopic = _monitor.Topic;
            targetTags = _monitor.AutoTags;
        }