Click or drag to resize
IAssemblyExecutionManager Interface

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

Manages execution and metadata collection from assemblies

Namespace: Netadmin.Management.Assembly
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface IAssemblyExecutionManager

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