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
pathstring- Write method hat takes an object of a target type
contentTObject to write
Type Parameters
TTarget type
Constructors
Write(object, nint)
public Write(object @object, nint method)
Parameters
Methods
BeginInvoke(string, T, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string path, T content, AsyncCallback callback, object @object)
Parameters
pathstringcontentTcallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(string, T)
public virtual void Invoke(string path, T content)
Parameters
pathstringcontentT