rd-framework / com.jetbrains.rd.framework.impl / RdCall / start

start

fun start(request: TReq, responseScheduler: <ERROR CLASS>?): IRdTask<TRes>

Overrides IRdCall.start


Deprecated: Use overload with lifetime

Asynchronously invokes the API with the parameters given as request and waits for the result. The returned task will have its result value assigned through the given responseScheduler.

fun start(request: TReq): <ERROR CLASS>
Deprecated: Use overload with lifetime


fun start(lifetime: <ERROR CLASS>, request: TReq): IRdTask<TRes>
fun start(lifetime: <ERROR CLASS>, request: TReq, responseScheduler: <ERROR CLASS>?): IRdTask<TRes>

Overrides IRdCall.start