다음을 통해 공유


DIFsrmClassificationEvents_Event.remove_OnFile Method (DIFsrmClassificationEvents_OnFileEventHandler)

 

Removes an OnFile event handler.

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

Syntax

void remove_OnFile(
    DIFsrmClassificationEvents_OnFileEventHandler A_1
)
void remove_OnFile(
    DIFsrmClassificationEvents_OnFileEventHandler^ A_1
)
abstract remove_OnFile : 
        A_1:DIFsrmClassificationEvents_OnFileEventHandler -> unit
Sub remove_OnFile (
    A_1 As DIFsrmClassificationEvents_OnFileEventHandler
)

Parameters

See Also

DIFsrmClassificationEvents_Event Interface
Microsoft.Storage Namespace

Return to top