Saves an entry as a stream of data.
[Visual Basic] Overridable Public Sub Save( _ ByVal stream As Stream _ ) [C#] public virtual void Save( Stream stream ); [C++] public: virtual void Save( Stream* stream ); [JScript] public function Save( stream : Stream );
This method performs a Byte-wise write of the entry to disk.
EventLogEntry Class | EventLogEntry Members | System.Diagnostics Namespace | IPersistable