Declaration of MulticastDelegate which is default base class of delegates should include
public string Invoke(bool a, bool b, bool c);//which has to match with delegate function signature
public IAsyncResult BeginInvoke(bool a, bool b, bool c,AsyncCallback cb, object state);//Above plus callback.
public string EndInvoke(IAsyncResult result); //get the results.
but if the delegate includes ref or out method the EndInvoke method has to include the them.
No comments yet.
Leave a comment
-
Recent
-
Links
-
Archives
- December 2009 (2)
- August 2009 (1)
- July 2009 (2)
- April 2009 (4)
- March 2009 (6)
- February 2009 (5)
- January 2009 (4)
- December 2008 (3)
- November 2008 (35)
- October 2008 (20)
-
Categories
-
RSS
Entries RSS
Comments RSS