C# Class DotRas.Diagnostics.TraceEvent

Provides the base class for trace events. This class must be inherited.
Mostra file Open project: mogikanin/DotRas Class Usage Examples

Public Methods

Method Description
Serialize ( ) : string

Serializes the event.

Method Details

Serialize() public abstract method

Serializes the event.
public abstract Serialize ( ) : string
return string