C# Class CSReportWebServer.NativeMessaging.AsyncResult

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

Méthodes publiques

Свойство Type Description
lengthBuffer byte[]
lengthCompletedSynchronously bool
lengthException System.Exception
lengthIsCompleted bool
lengthOffset int
messageBuffer byte[]
messageCompletedSynchronously bool
messageException System.Exception
messageIsCompleted bool
messageOffset int

Méthodes publiques

Méthode Description
AsyncResult ( Port port, AsyncCallback callback, object state ) : System

Method Details

AsyncResult() public méthode

public AsyncResult ( Port port, AsyncCallback callback, object state ) : System
port Port
callback AsyncCallback
state object
Résultat System

Property Details

lengthBuffer public_oe property

public byte[] lengthBuffer
Résultat byte[]

lengthCompletedSynchronously public_oe property

public bool lengthCompletedSynchronously
Résultat bool

lengthException public_oe property

public Exception,System lengthException
Résultat System.Exception

lengthIsCompleted public_oe property

public bool lengthIsCompleted
Résultat bool

lengthOffset public_oe property

public int lengthOffset
Résultat int

messageBuffer public_oe property

public byte[] messageBuffer
Résultat byte[]

messageCompletedSynchronously public_oe property

public bool messageCompletedSynchronously
Résultat bool

messageException public_oe property

public Exception,System messageException
Résultat System.Exception

messageIsCompleted public_oe property

public bool messageIsCompleted
Résultat bool

messageOffset public_oe property

public int messageOffset
Résultat int