Show / Hide Table of Contents

Delegate WorkStarted

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

Constructors

WorkStarted(object, IntPtr)

Declaration
public WorkStarted(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