C# Class PRI.ProductivityExtensions.MessageSurrogateFilterExtensions.MessageSurrogateFilterable

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

Public Methods

Method Description
BeginInvoke ( this messagesurrogatefilter, String key, Object value, AsyncCallback callback ) : IAsyncResult

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