Click or drag to resize

GBThreadCreateThread Method (ParameterizedThreadStart, Int32, 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 CreateThread(ParameterizedThreadStart, int, Repository, string, ThreadPriority)")]
public static Thread CreateThread(
	ParameterizedThreadStart start,
	int maxStackSize,
	Repository repo,
	string name,
	ThreadPriority priority,
	BackgroundThread isBackground
)

Parameters

start
Type: System.ThreadingParameterizedThreadStart
maxStackSize
Type: SystemInt32
repo
Type: Telogis.GeoBase.RepositoriesRepository
name
Type: SystemString
priority
Type: System.ThreadingThreadPriority
isBackground
Type: Telogis.GeoBaseBackgroundThread

Return Value

Type: Thread
See Also