Click or drag to resize
IHubTestRepositoryLoggingAsyncT Method (String, Int32, String, FuncResponse, T, AsyncHandle)

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Task<T> TestRepositoryLoggingAsync<T>(
	string logger,
	int verbosity,
	string message,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

logger
Type: SystemString
verbosity
Type: SystemInt32
message
Type: SystemString
onResult
Type: SystemFuncResponse, T
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Type Parameters

T

Return Value

Type: TaskT
See Also