Hi,
It just informs you that the sender variable already exist in a your code scope. Simply replace sender by s.
Linvi
It just informs you that the sender variable already exist in a your code scope. Simply replace sender by s.
fs.MatchingTweetReceived += (s, args) => { };