Ejemplo n.º 1
0
 /// <summary>
 /// Raise the connection attempt failed event
 /// </summary>
 /// <param name="args"></param>
 internal void RaiseConnectionAttemptFailed(ConnectionAttemptFailedEventArgs args)
 => ConnectionAttemptFailed?.InvokeAsync(this, args);
Ejemplo n.º 2
0
 /// <summary>
 /// Raise the connection attempt failed event
 /// </summary>
 /// <param name="args"></param>
 internal void RaiseConnectionAttemptFailed(ConnectionAttemptFailedEventArgs args)
 => Toolbox.RaiseAsyncEvent(ConnectionAttemptFailed, this, args);