C# Class PRI.ProductivityExtensions.ToolboxItemCreatorCallbackExtensions.ToolboxItemCreatorCallbackable

Class that contains extension methods that extend ToolboxItemCreatorCallback
ファイルを表示 Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
BeginInvoke ( this toolboxitemcreatorcallback, Object serializedObject, String format, AsyncCallback callback ) : IAsyncResult

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