1 write to PresenceChangedEvent
System.Net (1)
net\PeerToPeer\Collaboration\MyContact.cs (1)
75
PresenceChangedEvent
= new AutoResetEvent(false);
2 references to PresenceChangedEvent
System.Net (2)
net\PeerToPeer\Collaboration\MyContact.cs (2)
81
PresenceChangedWaitHandle = ThreadPool.RegisterWaitForSingleObject(
PresenceChangedEvent
, //Event that triggers the callback
97
PresenceChangedEvent
.SafeWaitHandle,