TaskListPlugin(ITaskManagementConnector, ILoggerFactory) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the TaskListPlugin class.
public TaskListPlugin(Microsoft.SemanticKernel.Plugins.MsGraph.ITaskManagementConnector connector, Microsoft.Extensions.Logging.ILoggerFactory? loggerFactory = default);
new Microsoft.SemanticKernel.Plugins.MsGraph.TaskListPlugin : Microsoft.SemanticKernel.Plugins.MsGraph.ITaskManagementConnector * Microsoft.Extensions.Logging.ILoggerFactory -> Microsoft.SemanticKernel.Plugins.MsGraph.TaskListPlugin
Public Sub New (connector As ITaskManagementConnector, Optional loggerFactory As ILoggerFactory = Nothing)
Parameters
- connector
- ITaskManagementConnector
Task list connector.
- loggerFactory
- ILoggerFactory
The ILoggerFactory to use for logging. If null, no logging will be performed.