SetAutoTags() private method

private SetAutoTags ( CKTrait tags ) : void
tags CKTrait
return void
 void IActivityMonitorClient.OnAutoTagsChanged(CKTrait newTags)
 {
     if (_pushTopicAndAutoTagsToTarget)
     {
         _bridgeTarget.SetAutoTags(newTags);
     }
 }