C# Class PRI.ProductivityExtensions.OnChangeEventHandlerExtensions.OnChangeEventHandlerable

Class that contains extension methods that extend OnChangeEventHandler
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode Description
BeginInvoke ( this onchangeeventhandler, Object sender, System.Data.SqlClient.SqlNotificationEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. onchangeeventhandler.BeginInvoke(sender, e, callback);

Method Details

BeginInvoke() public static méthode

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. onchangeeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this onchangeeventhandler, Object sender, System.Data.SqlClient.SqlNotificationEventArgs e, AsyncCallback callback ) : IAsyncResult
onchangeeventhandler this
sender Object
e System.Data.SqlClient.SqlNotificationEventArgs
callback AsyncCallback
Résultat IAsyncResult