IHubTestLoggingAsync Method (String, Int32, Int32, AsyncHandle) |
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax Task<bool> TestLoggingAsync(
string logger,
int verbosity,
int steps = 0,
AsyncHandle asyncHandle = null
)
Function TestLoggingAsync (
logger As String,
verbosity As Integer,
Optional steps As Integer = 0,
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of Boolean)
Parameters
- logger
- Type: SystemString
- verbosity
- Type: SystemInt32
- steps (Optional)
- Type: SystemInt32
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Return Value
Type:
TaskBooleanSee Also