ImporterFunc<TJson, TValue>.

BeginInvoke(TJson, AsyncCallback, object) Method

Assembly
Cake.Gradle.dll
Namespace
LitJson
Containing Type
ImporterFunc<TJson, TValue>

Syntax

public virtual IAsyncResult BeginInvoke(TJson input, AsyncCallback callback, object object)

Parameters

Name Type Description
input TJson
callback AsyncCallback
object object

Return Value

Type Description
IAsyncResult