Table of Contents

Delegate Write<T>

Namespace
ChartTools.IO
Assembly
ChartTools.dll

Write method hat takes an object of a target type

public delegate void Write<T>(string path, T content)

Parameters

path string
Write method hat takes an object of a target type
content T

Object to write

Type Parameters

T

Target type

Constructors

Write(object, nint)

public Write(object @object, nint method)

Parameters

object object
method nint

Methods

BeginInvoke(string, T, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string path, T content, AsyncCallback callback, object @object)

Parameters

path string
content T
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string, T)

public virtual void Invoke(string path, T content)

Parameters

path string
content T