[This is preliminary documentation and is subject to change.]

Stops recording the messages (cannot be resumed). This method should be called when you are done with the object. If LogRecorder is in a using() block, this will be done for you (recommended).

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)

Syntax

   
 C# 
public void Dispose()

Implements

IDisposable..::..Dispose()()()()

See Also