Table of Contents

Delegate AttemptUploadFileParser.ParseFunc

Namespace
Shift.Common.File
Assembly
Shift.Common.dll
public delegate AttemptUploadFileLine[] AttemptUploadFileParser.ParseFunc(Stream stream, int typeId, Encoding encoding)

Parameters

stream Stream
typeId int
encoding Encoding

Returns

AttemptUploadFileLine[]
Extension Methods

Constructors

ParseFunc(object, IntPtr)

public ParseFunc(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Stream, int, Encoding, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Stream stream, int typeId, Encoding encoding, AsyncCallback callback, object @object)

Parameters

stream Stream
typeId int
encoding Encoding
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual AttemptUploadFileLine[] EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

AttemptUploadFileLine[]

Invoke(Stream, int, Encoding)

public virtual AttemptUploadFileLine[] Invoke(Stream stream, int typeId, Encoding encoding)

Parameters

stream Stream
typeId int
encoding Encoding

Returns

AttemptUploadFileLine[]