C# Class PRI.ProductivityExtensions.SessionEndingEventHandlerExtensions.SessionEndingEventHandlerable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this sessionendingeventhandler, Object sender, Microsoft.Win32.SessionEndingEventArgs e, AsyncCallback callback ) : IAsyncResult

Extends BeginInvoke so that when a state object is not needed, null does not need to be passed. sessionendingeventhandler.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. sessionendingeventhandler.BeginInvoke(sender, e, callback);
public static BeginInvoke ( this sessionendingeventhandler, Object sender, Microsoft.Win32.SessionEndingEventArgs e, AsyncCallback callback ) : IAsyncResult
sessionendingeventhandler this
sender Object
e Microsoft.Win32.SessionEndingEventArgs
callback AsyncCallback
Résultat IAsyncResult