C# Class PRI.ProductivityExtensions.XmlSerializationWriteCallbackExtensions.XmlSerializationWriteCallbackable

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

Public Methods

Method Description
BeginInvoke ( this xmlserializationwritecallback, Object o, AsyncCallback callback ) : IAsyncResult

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