Show / Hide Table of Contents

Class ProcessGroup

Inheritance
object
ProcessGroup
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Scheduling
Assembly: DotNetNuke.dll
Syntax
public class ProcessGroup

Constructors

ProcessGroup()

Declaration
public ProcessGroup()

Methods

AddQueueUserWorkItem(ScheduleItem)

Declaration
public void AddQueueUserWorkItem(ScheduleItem s)
Parameters
Type Name Description
ScheduleItem s

Run(ScheduleHistoryItem)

Declaration
public void Run(ScheduleHistoryItem objScheduleHistoryItem)
Parameters
Type Name Description
ScheduleHistoryItem objScheduleHistoryItem

Events

Completed

Declaration
public event ProcessGroup.CompletedEventHandler Completed
Event Type
Type Description
ProcessGroup.CompletedEventHandler

Extension Methods

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