HubTestLoggingAsyncT Method (String, Int32, Int32, FuncResponse, T, AsyncHandle) |
Namespace: Qlik.EngineAssembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax public Task<T> TestLoggingAsync<T>(
string logger,
int verbosity,
int steps = 0,
Func<Response, T> onResult,
AsyncHandle asyncHandle = null
)
Public Function TestLoggingAsync(Of T) (
logger As String,
verbosity As Integer,
Optional steps As Integer = 0,
onResult As Func(Of Response, T),
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of T)
Parameters
- logger
- Type: SystemString
- verbosity
- Type: SystemInt32
- steps (Optional)
- Type: SystemInt32
- onResult
- Type: SystemFuncResponse, T
- asyncHandle (Optional)
- Type: Qlik.EngineAsyncHandle
Type Parameters
- T
Return Value
Type:
TaskTImplements
IHubTestLoggingAsyncT(String, Int32, Int32, FuncResponse, T, AsyncHandle)See Also