C# Class P2PStateServer.Diags.Tag

Represents a tag used for tracking a message for diagnostic purposes
Datei anzeigen Open project: tenor/p2pStateServer

Public Properties

Property Type Description
Timer Stopwatch

Public Methods

Method Description
Tag ( ) : System
ToString ( ) : string

Gets a string representation of the tag identifier

Method Details

Tag() public method

public Tag ( ) : System
return System

ToString() public method

Gets a string representation of the tag identifier
public ToString ( ) : string
return string

Property Details

Timer public_oe property

public Stopwatch Timer
return Stopwatch