Udostępnij za pośrednictwem


IDkmTaskProviderCreateNotification Interface

Definition

IDkmTaskProviderCreateNotification is implemented by components that want to listen for the TaskProviderCreate event. The target process may continue to run during this notification. Indicates that a task provider object has been created.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, TaskProviderId.

public interface class IDkmTaskProviderCreateNotification
public interface class IDkmTaskProviderCreateNotification
__interface IDkmTaskProviderCreateNotification
public interface IDkmTaskProviderCreateNotification
type IDkmTaskProviderCreateNotification = interface
Public Interface IDkmTaskProviderCreateNotification

Methods

OnTaskProviderCreate(DkmTaskProvider, DkmEventDescriptor)

OnTaskProviderCreate is invoked as part of event processing. See interface definition for more information.

Applies to