Click or drag to resize

GBThreadRunThread Method (ThreadStart, Repository, String, ThreadPriority, BackgroundThread)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("Use RunThread(ThreadStart, Repository, string, ThreadPriority)")]
public static Thread RunThread(
	ThreadStart start,
	Repository repo,
	string name,
	ThreadPriority priority,
	BackgroundThread isBackground
)

Parameters

start
Type: System.ThreadingThreadStart
repo
Type: Telogis.GeoBase.RepositoriesRepository
name
Type: SystemString
priority
Type: System.ThreadingThreadPriority
isBackground
Type: Telogis.GeoBaseBackgroundThread

Return Value

Type: Thread
See Also