Click or drag to resize

JetActivator Class

Provides object activation services for Jumbo Jet.
Inheritance Hierarchy
SystemObject
  Ookii.Jumbo.JetJetActivator

Namespace: Ookii.Jumbo.Jet
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static class JetActivator

The JetActivator type exposes the following members.

Methods
 NameDescription
Public methodStatic memberApplyConfiguration Applies the specified configuration to the specified cobject.
Public methodStatic memberCreateInstance(Type, TaskExecutionUtility, Object) Creates an instance of the specified type and configures it.
Public methodStatic memberCreateInstance(Type, DfsConfiguration, JetConfiguration, TaskContext, Object) Creates an instance of the specified type and configures it.
Top
See Also