Exemplo n.º 1
0
 private bool CallbackRequired(CallbackRegistration callbackRegistration)
 => callbackRegistration.Promise != null && callbackRegistration.CallbackPoint != null;
Exemplo n.º 2
0
 private bool CallbackRequired(CallbackRegistration callbackRegistration)
 {
     return callbackRegistration.Promise != null && callbackRegistration.CallbackPoint != null;
 }