Click or drag to resize
QlikConnectionSendAsync Method (Int32, String, IEnumerableString, Object)
Sends a request asynchronously to a Qlik Sense instance

Namespace: Qlik.Engine.Communication
Assembly: Qlik.Engine (in Qlik.Engine.dll) Version: 2.1.0.0+Build:7.origin/release/ms13
Syntax
public Task<Response> SendAsync(
	int wsHandle,
	string wsMethod,
	IEnumerable<string> argumentNames = null,
	params Object[] arguments
)

Parameters

wsHandle
Type: SystemInt32
Handle to a specific Qlik Sense entity instance
wsMethod
Type: SystemString
Method name
argumentNames (Optional)
Type: System.Collections.GenericIEnumerableString
Positional argument names for the method
arguments
Type: SystemObject
Arguments for method

Return Value

Type: TaskResponse
A Task with default unhandled Response instance

Implements

IQlikConnectionSendAsync(Int32, String, IEnumerableString, Object)
See Also