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 | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
OnFile(String, Int32, String, IFsrmCollection) | Receives properties of files that are returned in a call to ClassifyFiles. |
|
ToString() | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
m_dwCookie | Stores a cookie that identifies this helper object. |
|
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
Return to top