Click or drag to resize

DataContextHubClientGetDataContext Method

Gets a new DataContext instance for the current SignalR hub session, applying any existing primary key caches.

Namespace: GSF.Web.Hubs
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public DataContext GetDataContext(
	string settingsCategory
)
View Source

Parameters

settingsCategory  String
 

Return Value

DataContext
See Also