C# Class PRI.ProductivityExtensions.XmlSerializationCollectionFixupCallbackExtensions.XmlSerializationCollectionFixupCallbackable

Class that contains extension methods that extend XmlSerializationCollectionFixupCallback
Mostra file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this xmlserializationcollectionfixupcallback, Object collection, Object collectionItems, AsyncCallback callback ) : IAsyncResult

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