|  | Experimental | 
 Syntax
Syntaxprotected override void OnMultipartEpilogueEnd( long beginOffset, int beginLineNumber, long endOffset, int lines, CancellationToken cancellationToken )
 Remarks
RemarksCalled when the end of the epilogue of a multipart is encountered in the stream.
This method is always paired with a corresponding call to OnMultipartEpilogueBegin(Int64, Int32, CancellationToken).
 See Also
See Also