Share via


DIFsrmClassificationEvents_SinkHelper Class

 

Helper class that provides a file classification events handler and delegate.

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

Inheritance Hierarchy

System.Object
  Microsoft.Storage.DIFsrmClassificationEvents_SinkHelper

Syntax

[ClassInterfaceAttribute(ClassInterfaceType.None)]
public sealed class DIFsrmClassificationEvents_SinkHelper : DIFsrmClassificationEvents
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class DIFsrmClassificationEvents_SinkHelper sealed : DIFsrmClassificationEvents
[<Sealed>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type DIFsrmClassificationEvents_SinkHelper = 
    class
        interface DIFsrmClassificationEvents
    end
<ClassInterfaceAttribute(ClassInterfaceType.None)>
Public NotInheritable Class DIFsrmClassificationEvents_SinkHelper
    Implements DIFsrmClassificationEvents

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod OnFile(String, Int32, String, IFsrmCollection)

Receives properties of files that are returned in a call to ClassifyFiles.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfield m_dwCookie

Stores a cookie that identifies this helper object.

System_CAPS_pubfield m_OnFileDelegate

Stores a delegate for a file classification event handler.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Storage Namespace

Return to top