ExporterFunc<T>.

BeginInvoke(T, JsonWriter, AsyncCallback, object) Method

Assembly
Cake.Gradle.dll
Namespace
LitJson
Containing Type
ExporterFunc<T>

Syntax

public virtual IAsyncResult BeginInvoke(T obj, JsonWriter writer, AsyncCallback callback, object object)

Parameters

Name Type Description
obj T
writer JsonWriter
callback AsyncCallback
object object

Return Value

Type Description
IAsyncResult