C# Class Lightstreamer.DotNet.Client.Support.ThreadSupport

Inheritance: IThreadRunnable
ファイルを表示 Open project: cityindex-attic/TradingApi.Client.CS

Public Methods

Method Description
Abort ( ) : void
Abort ( object stateInfo ) : void
Current ( ) : ThreadSupport
Interrupt ( ) : void
Join ( ) : void
Join ( long MilliSeconds ) : void
Join ( long MilliSeconds, int NanoSeconds ) : void
Run ( ) : void
Start ( ) : void
ThreadSupport ( ) : System
ThreadSupport ( ThreadStart Start ) : System
ThreadSupport ( ThreadStart Start, string Name ) : System
ThreadSupport ( string Name ) : System
ToString ( ) : string

Method Details

Abort() public method

public Abort ( ) : void
return void

Abort() public method

public Abort ( object stateInfo ) : void
stateInfo object
return void

Current() public static method

public static Current ( ) : ThreadSupport
return ThreadSupport

Interrupt() public method

public Interrupt ( ) : void
return void

Join() public method

public Join ( ) : void
return void

Join() public method

public Join ( long MilliSeconds ) : void
MilliSeconds long
return void

Join() public method

public Join ( long MilliSeconds, int NanoSeconds ) : void
MilliSeconds long
NanoSeconds int
return void

Run() public method

public Run ( ) : void
return void

Start() public method

public Start ( ) : void
return void

ThreadSupport() public method

public ThreadSupport ( ) : System
return System

ThreadSupport() public method

public ThreadSupport ( ThreadStart Start ) : System
Start ThreadStart
return System

ThreadSupport() public method

public ThreadSupport ( ThreadStart Start, string Name ) : System
Start ThreadStart
Name string
return System

ThreadSupport() public method

public ThreadSupport ( string Name ) : System
Name string
return System

ToString() public method

public ToString ( ) : string
return string