Delegate ProcessGroup.CompletedEventHandler
Assembly: DotNetNuke.dll
Syntax
public delegate void ProcessGroup.CompletedEventHandler()
Constructors
CompletedEventHandler(object, IntPtr)
Declaration
public CompletedEventHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Invoke()
Declaration
public virtual void Invoke()
Extension Methods