C# Class Pickaxe.Runtime.LazyDownloadArgs

Afficher le fichier Open project: bitsummation/pickaxe Class Usage Examples

Méthodes publiques

Méthode Description
CreateSeleniumArgs ( IRuntime runtime, int line, int threadCount, string cssElement, int cssTimeout, Table table ) : LazyDownloadArgs
CreateSeleniumArgs ( IRuntime runtime, int line, int threadCount, string cssElement, int cssTimeout, string url ) : LazyDownloadArgs
CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, Table table ) : LazyDownloadArgs
CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, string url ) : LazyDownloadArgs

Private Methods

Méthode Description
LazyDownloadArgs ( IRuntime runtime, int threadCount ) : System

Method Details

CreateSeleniumArgs() public static méthode

public static CreateSeleniumArgs ( IRuntime runtime, int line, int threadCount, string cssElement, int cssTimeout, Table table ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
cssElement string
cssTimeout int
table Table
Résultat LazyDownloadArgs

CreateSeleniumArgs() public static méthode

public static CreateSeleniumArgs ( IRuntime runtime, int line, int threadCount, string cssElement, int cssTimeout, string url ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
cssElement string
cssTimeout int
url string
Résultat LazyDownloadArgs

CreateWebRequestArgs() public static méthode

public static CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, Table table ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
table Table
Résultat LazyDownloadArgs

CreateWebRequestArgs() public static méthode

public static CreateWebRequestArgs ( IRuntime runtime, int line, int threadCount, string url ) : LazyDownloadArgs
runtime IRuntime
line int
threadCount int
url string
Résultat LazyDownloadArgs