Show / Hide Table of Contents

Delegate WorkErrored

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

Constructors

WorkErrored(object, IntPtr)

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

Methods

BeginInvoke(SchedulerClient, Exception, AsyncCallback, object)

Declaration
public virtual IAsyncResult BeginInvoke(SchedulerClient objSchedulerClient, Exception objException, AsyncCallback callback, object @object)
Parameters
Type Name Description
SchedulerClient objSchedulerClient
Exception objException
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, Exception)

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

Extension Methods

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