C# Class PRI.ProductivityExtensions.XmlValueGetterExtensions.XmlValueGetterable

Class that contains extension methods that extend XmlValueGetter
Mostrar archivo Open project: peteraritchie/ProductivityExtensions

Public Methods

Method 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 method

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
return IAsyncResult