C# Class PRI.ProductivityExtensions.XmlValueGetterExtensions.XmlValueGetterable

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

Méthodes publiques

Méthode Description
BeginInvoke ( this xmlvaluegetter, AsyncCallback callback ) : IAsyncResult

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