VPCustomBinaryStreamWriter T  PostWriteAction Property Virtual Photonics - VTS Library
Virtual Photonics
Optional code that will be run after the database has completed writing (on call to Close() or Dispose())

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public Action PostWriteAction { get; set; }

Property Value

Type: OnlineAction
See Also