GBThreadRunThread Method (ThreadStart, Repository, String, ThreadPriority, BackgroundThread) | |
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
)
<ObsoleteAttribute("Use RunThread(ThreadStart, Repository, string, ThreadPriority)")>
Public Shared Function RunThread (
start As ThreadStart,
repo As Repository,
name As String,
priority As ThreadPriority,
isBackground As BackgroundThread
) As Thread
Parameters
- start
- Type: System.ThreadingThreadStart
- repo
- Type: Telogis.GeoBase.RepositoriesRepository
- name
- Type: SystemString
- priority
- Type: System.ThreadingThreadPriority
- isBackground
- Type: Telogis.GeoBaseBackgroundThread
Return Value
Type:
ThreadSee Also