Click or drag to resize

GBThread Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Utility class to create threads, which helps ensure that all threads are named and have an appropriate Repository as their CurrentThreadRepository.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseGBThread

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static class GBThread
Methods
Remarks
Typically the caller will specify Repository.CurrentRepositoryOrNull as the new thread's Repository. This allows the new thread to use the calling thread's CurrentThreadRepository (if it has been set explicitly), otherwise the new thread will use the application's Repository.Default.
See Also