C# Class MindTouch.Clacks.Server.StatsCommandInfo

Afficher le fichier Open project: MindTouch/MindTouch.Clacks Class Usage Examples

Méthodes publiques

Свойство Type Description
Args string[]
ClientId System.Guid
Elapsed System.TimeSpan
RequestId ulong
Status string

Méthodes publiques

Méthode Description
StatsCommandInfo ( System.Guid clientId, ulong requestId, System.TimeSpan elapsed, string args, string status ) : System

Method Details

StatsCommandInfo() public méthode

public StatsCommandInfo ( System.Guid clientId, ulong requestId, System.TimeSpan elapsed, string args, string status ) : System
clientId System.Guid
requestId ulong
elapsed System.TimeSpan
args string
status string
Résultat System

Property Details

Args public_oe property

public string[] Args
Résultat string[]

ClientId public_oe property

public Guid,System ClientId
Résultat System.Guid

Elapsed public_oe property

public TimeSpan,System Elapsed
Résultat System.TimeSpan

RequestId public_oe property

public ulong RequestId
Résultat ulong

Status public_oe property

public string Status
Résultat string