CloseEnumeration Method

Closes the given file enumeration.

Syntax

public void CloseEnumeration(long enumerationHandle);
Public Sub CloseEnumeration(ByVal EnumerationHandle As Long)

Remarks

This method closes the file enumeration identified by EnumerationHandle and releases any associated resources.

.NET Standard Notes

To call this method in an asynchronous manner call CloseEnumerationAsync instead. When the method completes (or an error is encountered) the CloseEnumerationCompleted event will fire.

 
 
Copyright (c) 2020 Callback Technologies, Inc. - All rights reserved.
CBFS Cache 2020 .NET Edition - Version 20.0 [Build 7647]