IAssemblyExecutionManager Execute Method (String, String, Dictionary String, 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
SyntaxIClassResult Execute (
string assemblyPath ,
string assemblyType ,
Dictionary <string , Object > parameters ,
LogLevelEnum actualLogLevel
)Function Execute (
assemblyPath As String ,
assemblyType As String ,
parameters As Dictionary (Of String , Object ),
actualLogLevel As LogLevelEnum
) As IClassResult Parameters assemblyPath Type: System String The full path of the assembly dll assemblyType Type: System String The .NET type name to execute parameters Type: System.Collections.Generic Dictionary String , Object The parameters for the assembly actualLogLevel Type: Netadmin.Management.Assembly.Dto LogLevelEnum 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 Remarks
The parameter values for this overload are normally stored in the database.
See Also