C# 클래스 P2PStateServer.Diags.Tag

Represents a tag used for tracking a message for diagnostic purposes
파일 보기 프로젝트 열기: tenor/p2pStateServer

공개 프로퍼티들

프로퍼티 타입 설명
Timer Stopwatch

공개 메소드들

메소드 설명
Tag ( ) : System
ToString ( ) : string

Gets a string representation of the tag identifier

메소드 상세

Tag() 공개 메소드

public Tag ( ) : System
리턴 System

ToString() 공개 메소드

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

프로퍼티 상세

Timer 공개적으로 프로퍼티

public Stopwatch Timer
리턴 Stopwatch