DIFsrmClassificationEvents Interface
Handles events that are received while processing a ClassifyFiles call.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
[InterfaceTypeAttribute(2)]
[GuidAttribute("26942DB0-DABF-41D8-BBDD-B129A9F70424")]
public interface DIFsrmClassificationEvents
[InterfaceTypeAttribute(2)]
[GuidAttribute("26942DB0-DABF-41D8-BBDD-B129A9F70424")]
public interface class DIFsrmClassificationEvents
[<InterfaceTypeAttribute(2)>]
[<GuidAttribute("26942DB0-DABF-41D8-BBDD-B129A9F70424")>]
type DIFsrmClassificationEvents = interface end
<InterfaceTypeAttribute(2)>
<GuidAttribute("26942DB0-DABF-41D8-BBDD-B129A9F70424")>
Public Interface DIFsrmClassificationEvents
Methods
Name | Description | |
---|---|---|
OnFile(String, Int32, String, IFsrmCollection) | Receives properties of files that are returned in a call to ClassifyFiles. |
See Also
Return to top