Click or drag to resize
IAssemblyExecutionManagerExecute Method (Int64, DictionaryString, Object, NullableLogLevelEnum)

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

Executes an assembly

Namespace: Netadmin.Management.Assembly
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
IClassResult Execute(
	long assemblyClassId,
	Dictionary<string, Object> parameters,
	Nullable<LogLevelEnum> overrideLogLevel = null
)

Parameters

assemblyClassId
Type: SystemInt64
The class id of the assembly class
parameters
Type: System.Collections.GenericDictionaryString, Object
The parameters for the assembly
overrideLogLevel (Optional)
Type: SystemNullableLogLevelEnum
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.Int64,System.Collections.Generic.Dictionary{System.String,System.Object},System.Nullable{Netadmin.Management.Assembly.Dto.LogLevelEnum})"]

Exceptions
ExceptionCondition
AssemblyExecutionExceptionThrown if assembly execution fails
See Also