Exemplo n.º 1
0
 public Callback(ClaimableCallbackWithArgs <TEventArgs> callback)
 {
     _origObject            = callback;
     BlockingEventWithToken = callback;
     EmptyEvent             = null;
     EmptyBlockingEvent     = null;
     BlockingEvent          = null;
     _methodName            = null;
     Event = null;
 }
Exemplo n.º 2
0
 public void Unsubscribe(ClaimableCallbackWithArgs <TEventArgs> callback, CallbackPriority priority = CallbackPriority.Normal) => unsubscribe(new Callback(callback), priority);
Exemplo n.º 3
0
 public Callback(ClaimableCallbackWithArgs <TEventArgs> callback)
 {
     _origObject            = callback;
     BlockingEventWithToken = callback;
 }