Show / Hide Table of Contents

Delegate ProcessGroup.CompletedEventHandler

Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke.dll
Syntax
public delegate void ProcessGroup.CompletedEventHandler()

Constructors

CompletedEventHandler(object, IntPtr)

Declaration
public CompletedEventHandler(object @object, IntPtr method)
Parameters
Type Name Description
object object
IntPtr method

Methods

BeginInvoke(AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Parameters
Type Name Description
AsyncCallback callback
object object
Returns
Type Description
IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type Name Description
IAsyncResult result

Invoke()

Declaration
public virtual void Invoke()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS