Share via


DIFsrmClassificationEvents_Event Interface

 

Manages event handlers for file classification events.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Syntax

[ComVisibleAttribute(false)]
public interface DIFsrmClassificationEvents_Event
[ComVisibleAttribute(false)]
public interface class DIFsrmClassificationEvents_Event
[<ComVisibleAttribute(false)>]
type DIFsrmClassificationEvents_Event = interface end
<ComVisibleAttribute(False)>
Public Interface DIFsrmClassificationEvents_Event

Methods

Name Description
System_CAPS_pubmethod add_OnFile(DIFsrmClassificationEvents_OnFileEventHandler)

Adds an OnFile event handler.

System_CAPS_pubmethod remove_OnFile(DIFsrmClassificationEvents_OnFileEventHandler)

Removes an OnFile event handler.

Events

Name Description
System_CAPS_pubevent OnFile

Represents a file classification event. The event receives properties of files that are processed by the ClassifyFiles method.

See Also

Microsoft.Storage Namespace

Return to top