C# Class P2PStateServer.Diags.Tag

Represents a tag used for tracking a message for diagnostic purposes
Afficher le fichier Open project: tenor/p2pStateServer

Méthodes publiques

Свойство Type Description
Timer Stopwatch

Méthodes publiques

Méthode Description
Tag ( ) : System
ToString ( ) : string

Gets a string representation of the tag identifier

Method Details

Tag() public méthode

public Tag ( ) : System
Résultat System

ToString() public méthode

Gets a string representation of the tag identifier
public ToString ( ) : string
Résultat string

Property Details

Timer public_oe property

public Stopwatch Timer
Résultat Stopwatch