C# Class PRI.ProductivityExtensions.XmlSerializationCollectionFixupCallbackExtensions.XmlSerializationCollectionFixupCallbackable

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

Méthodes publiques

Méthode 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 méthode

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
Résultat IAsyncResult