C# Class CSReportWebServer.NativeMessaging.AsyncResult

This class is an implementation of IAsyncResult interface specific to CSReportWebServer.NativeMessaging.Port class.
Inheritance: IAsyncResult
Show file 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 property

public byte[] lengthBuffer
return byte[]

lengthCompletedSynchronously public property

public bool lengthCompletedSynchronously
return bool

lengthException public property

public Exception,System lengthException
return System.Exception

lengthIsCompleted public property

public bool lengthIsCompleted
return bool

lengthOffset public property

public int lengthOffset
return int

messageBuffer public property

public byte[] messageBuffer
return byte[]

messageCompletedSynchronously public property

public bool messageCompletedSynchronously
return bool

messageException public property

public Exception,System messageException
return System.Exception

messageIsCompleted public property

public bool messageIsCompleted
return bool

messageOffset public property

public int messageOffset
return int