Click or drag to resize
HubTestRepositoryLoggingAsync 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
public 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

Implements

IHubTestRepositoryLoggingAsync(String, Int32, String, AsyncHandle)
See Also