C# Class CSReportWebServer.NativeMessaging.AsyncResult

This class is an implementation of IAsyncResult interface specific to CSReportWebServer.NativeMessaging.Port class.
Inheritance: IAsyncResult
Mostrar archivo Open project: javiercrowsoft/CSReports.net Class Usage Examples

Public Properties

Property Type Description
lengthBuffer byte[]
lengthCompletedSynchronously bool
lengthException System.Exception
lengthIsCompleted bool
lengthOffset int
messageBuffer byte[]
messageCompletedSynchronously bool
messageException System.Exception
messageIsCompleted bool
messageOffset int

Public Methods

Method Description
AsyncResult ( Port port, AsyncCallback callback, object state ) : System

Method Details

AsyncResult() public method

public AsyncResult ( Port port, AsyncCallback callback, object state ) : System
port Port
callback AsyncCallback
state object
return System

Property Details

lengthBuffer public_oe property

public byte[] lengthBuffer
return byte[]

lengthCompletedSynchronously public_oe property

public bool lengthCompletedSynchronously
return bool

lengthException public_oe property

public Exception,System lengthException
return System.Exception

lengthIsCompleted public_oe property

public bool lengthIsCompleted
return bool

lengthOffset public_oe property

public int lengthOffset
return int

messageBuffer public_oe property

public byte[] messageBuffer
return byte[]

messageCompletedSynchronously public_oe property

public bool messageCompletedSynchronously
return bool

messageException public_oe property

public Exception,System messageException
return System.Exception

messageIsCompleted public_oe property

public bool messageIsCompleted
return bool

messageOffset public_oe property

public int messageOffset
return int