C# Class Microsoft.HockeyApp.DataContracts.CrashTelemetryThread

The type used to specify thread properties of a crash.
Mostrar archivo Open project: bitstadium/HockeySDK-Windows

Public Methods

Method Description
CrashTelemetryThread ( ) : System

Initializes a new instance of the CrashTelemetryThread class.

Private Methods

Method Description
CrashTelemetryThread ( CrashDataThread thread ) : System

Initializes a new instance of the CrashTelemetryThread class.

Sanitize ( ) : void

Sanitizes the properties based on constraints.

Method Details

CrashTelemetryThread() public method

Initializes a new instance of the CrashTelemetryThread class.
public CrashTelemetryThread ( ) : System
return System