Click or drag to resize
IAssemblyExecutionManagerExecute Method (String, String, DictionaryString, Object, LogLevelEnum)

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

Executes an assembly. This overload will not perform a db lookup

Namespace: Netadmin.Management.Assembly
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IClassResult Execute(
	string assemblyPath,
	string assemblyType,
	Dictionary<string, Object> parameters,
	LogLevelEnum actualLogLevel
)

Parameters

assemblyPath
Type: SystemString
The full path of the assembly dll
assemblyType
Type: SystemString
The .NET type name to execute
parameters
Type: System.Collections.GenericDictionaryString, Object
The parameters for the assembly
actualLogLevel
Type: Netadmin.Management.Assembly.DtoLogLevelEnum
The requested log level or null for the loglevel configured for the assembly

Return Value

Type: IClassResult

[Missing <returns> documentation for "M:Netadmin.Management.Assembly.IAssemblyExecutionManager.Execute(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Object},Netadmin.Management.Assembly.Dto.LogLevelEnum)"]

Exceptions
ExceptionCondition
AssemblyExecutionExceptionThrown if assembly execution fails
Remarks
The parameter values for this overload are normally stored in the database.
See Also