Open sandboxFocus

Method Dispose

Dispose(bool)

Disposes the current LogActivity.

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
bool disposing

true if the method is called because of a call to the Dispose() public method, false if it is called by the object finalizer.

Dispose()

Declaration
public void Dispose()
Implements