C# Class IPTV_Sharp.CrawlTaskData

Mostra file Open project: Pirate-Crew/IPTV-Sharp Class Usage Examples

Public Properties

Property Type Description
completed bool
result string
task System.ComponentModel.BackgroundWorker

Public Methods

Method Description
CrawlTaskData ( ) : System

Method Details

CrawlTaskData() public method

public CrawlTaskData ( ) : System
return System

Property Details

completed public_oe property

public bool completed
return bool

result public_oe property

public string result
return string

task public_oe property

public BackgroundWorker,System.ComponentModel task
return System.ComponentModel.BackgroundWorker