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

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

Note: This API is now obsolete.

For backwards compatibility only, no further use

Namespace: Netadmin.Management.Assembly
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
[ObsoleteAttribute("Please use the Dictionary<string, object> overload instead")]
IClassResult Execute(
	long assemblyClassId,
	Hashtable hashtable,
	Nullable<LogLevelEnum> logLevel = null
)

Parameters

assemblyClassId
Type: SystemInt64

[Missing <param name="assemblyClassId"/> documentation for "M:Netadmin.Management.Assembly.IAssemblyExecutionManager.Execute(System.Int64,System.Collections.Hashtable,System.Nullable{Netadmin.Management.Assembly.Dto.LogLevelEnum})"]

hashtable
Type: System.CollectionsHashtable

[Missing <param name="hashtable"/> documentation for "M:Netadmin.Management.Assembly.IAssemblyExecutionManager.Execute(System.Int64,System.Collections.Hashtable,System.Nullable{Netadmin.Management.Assembly.Dto.LogLevelEnum})"]

logLevel (Optional)
Type: SystemNullableLogLevelEnum

[Missing <param name="logLevel"/> documentation for "M:Netadmin.Management.Assembly.IAssemblyExecutionManager.Execute(System.Int64,System.Collections.Hashtable,System.Nullable{Netadmin.Management.Assembly.Dto.LogLevelEnum})"]

Return Value

Type: IClassResult

[Missing <returns> documentation for "M:Netadmin.Management.Assembly.IAssemblyExecutionManager.Execute(System.Int64,System.Collections.Hashtable,System.Nullable{Netadmin.Management.Assembly.Dto.LogLevelEnum})"]

Exceptions
ExceptionCondition
AssemblyExecutionExceptionThrown if assembly execution fails
See Also