HubTestRepositoryLoggingAsyncT Method (String, Int32, String, 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> TestRepositoryLoggingAsync<T>(
string logger,
int verbosity,
string message,
Func<Response, T> onResult,
AsyncHandle asyncHandle = null
)
Public Function TestRepositoryLoggingAsync(Of T) (
logger As String,
verbosity As Integer,
message As String,
onResult As Func(Of Response, T),
Optional asyncHandle As AsyncHandle = Nothing
) As Task(Of T)
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:
TaskTImplements
IHubTestRepositoryLoggingAsyncT(String, Int32, String, FuncResponse, T, AsyncHandle)See Also