Virtual Photonics
Optional code that will be run after the database has completed writing (on call to Close() or Dispose())
Namespace: Vts.IOAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
public Action PostWriteAction { get; set; }
public Action PostWriteAction { get; set; }
Public Property PostWriteAction As Action
Get
Set
Public Property PostWriteAction As Action
Get
Set
public:
property Action^ PostWriteAction {
Action^ get ();
void set (Action^ value);
}
public:
property Action^ PostWriteAction {
Action^ get ();
void set (Action^ value);
}
Property Value
Type:
Action