Delegate ExporterFunc<T>
- Namespace
- ThirdParty.Json.LitJson
- Assembly
- AWSSDK.Core.dll
public delegate void ExporterFunc<T>(T obj, JsonWriter writer)
Parameters
obj
T
writer
JsonWriter
Type Parameters
T
Constructors
ExporterFunc(object, nint)
public ExporterFunc(object @object, nint method)
Parameters
object
object
method
nint
Methods
BeginInvoke(T, JsonWriter, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(T obj, JsonWriter writer, AsyncCallback callback, object @object)
Parameters
obj
T
writer
JsonWriter
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(T, JsonWriter)
public virtual void Invoke(T obj, JsonWriter writer)
Parameters
obj
T
writer
JsonWriter