Пример #1
0
 protected override void SecurityViolation(AllJoyn.QStatus status, AllJoyn.Message msg)
 {
     _authListenerTest.authflags.securityViolation_client = true;
     _authListenerTest.Notify();
 }
Пример #2
0
 protected override void NameOwnerChanged(string busName, string previousOwner, string newOwner)
 {
     _authListenerTest.nameOwnerChangedFlag = true;
     _authListenerTest.Notify();
 }