Click or drag to resize
AppGetDatabaseOwnersAsyncT Method (String, String, FuncResponse, T, AsyncHandle)

Lists the owners of a database for a ODBC, OLEDB or CUSTOM connection.

Namespace: Qlik.Engine
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public Task<T> GetDatabaseOwnersAsync<T>(
	string connectionId,
	string database = null,
	Func<Response, T> onResult,
	AsyncHandle asyncHandle = null
)

Parameters

connectionId
Type: SystemString
Identifier of the connection This parameter is mandatory.
database (Optional)
Type: SystemString
Name of the database This parameter is optional.
onResult
Type: SystemFuncResponse, T
Continuation function
asyncHandle (Optional)
Type: Qlik.EngineAsyncHandle
Handle to asyncronous method request

Type Parameters

T

Return Value

Type: TaskT

Implements

IAppGetDatabaseOwnersAsyncT(String, String, FuncResponse, T, AsyncHandle)
See Also