Click or drag to resize
IAssemblyExecutionManager Methods

[This is preliminary documentation and is subject to change.]

The IAssemblyExecutionManager type exposes the following members.

Methods
  NameDescription
Public methodBooleanEngineIsRunning
Public methodIClassResultExecute(Int64, DictionaryString, Object, NullableLogLevelEnum)
Executes an assembly
Public methodIClassResultExecute(Int64, Hashtable, NullableLogLevelEnum) Obsolete.
For backwards compatibility only, no further use
Public methodIClassResultExecute(String, String, DictionaryString, Object, LogLevelEnum)
Executes an assembly. This overload will not perform a db lookup
Public method void ExecuteAssemblyJob(Int64)
Executes an assembly job
Public methodIEnumerableT, T: IClassArgumentGetArguments(Int64)
Retrieves the arguments for an assembly
Public methodIAssemblyMetadataGetAssemblyMetadata(String)
Retrieves assembly metadata
Public methodStringGetDescription(Int64)
Retrieves the description of the assembly
Public methodIClassOutputGetOutputType(Int64)
Retrieves the output type of the assembly
Public method void SkipAssemblyJob(Int64)
Skips an assembly job
Top
See Also