예제 #1
0
 /// <summary>
 /// Fires the InvokeCanceled event.
 /// </summary>
 /// <param name="e">Event arguments.</param>
 protected internal virtual void OnInvokeCanceled(InvokeCanceledEventArgs e)
 {
     InvokeCanceled?.Invoke(this, e);
 }
예제 #2
0
 protected void OnInvokeCanceled(ServiceProxyInvokeEventArgs args)
 {
     InvokeCanceled?.Invoke(this, args);
 }