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 | |
---|---|---|
add_OnFile(DIFsrmClassificationEvents_OnFileEventHandler) | Adds an OnFile event handler. |
|
remove_OnFile(DIFsrmClassificationEvents_OnFileEventHandler) | Removes an OnFile event handler. |
Events
Name | Description | |
---|---|---|
OnFile | Represents a file classification event. The event receives properties of files that are processed by the ClassifyFiles method. |
See Also
Return to top