Click or drag to resize
IHubTestRepositoryLoggingAsync Method (String, Int32, String, AsyncHandle)

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

Parameters

logger
Type: SystemString
verbosity
Type: SystemInt32
message
Type: SystemString
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle

Return Value

Type: TaskBoolean
See Also