Click or drag to resize
ApplicationGetEnterpriseServiceClient Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Get an instance of the EnterpriseService, using the currently authenticated token, AuthToken

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public IEnterpriseService GetEnterpriseServiceClient(
	bool asGuest = false,
	int timeoutMinutes = 5
)

Parameters

asGuest (Optional)
Type: SystemBoolean
timeoutMinutes (Optional)
Type: SystemInt32

Return Value

Type: IEnterpriseService
See Also