IForeachWriter.Close(Exception) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when stopping to process one partition of new data in the executor side. This is
guaranteed to be called either Open(Int64, Int64) returns true
or
false
. However, Close(Exception) won't be called in the following
cases:
- CLR/JVM crashes without throwing a Exception.
- Open(Int64, Int64) throws an Exception.
public void Close (Exception errorOrNull);
abstract member Close : Exception -> unit
Public Sub Close (errorOrNull As Exception)