Show / Hide Table of Contents

Delegate WorkCompleted

Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke.dll
Syntax
public delegate void WorkCompleted(SchedulerClient objSchedulerClient)
Parameters
Type Name Description
SchedulerClient objSchedulerClient

Constructors

WorkCompleted(object, IntPtr)

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

Methods

BeginInvoke(SchedulerClient, AsyncCallback, object)

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

EndInvoke(IAsyncResult)

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

Invoke(SchedulerClient)

Declaration
public virtual void Invoke(SchedulerClient objSchedulerClient)
Parameters
Type Name Description
SchedulerClient objSchedulerClient

Extension Methods

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