C# 클래스 CSReportWebServer.NativeMessaging.AsyncResult

This class is an implementation of IAsyncResult interface specific to CSReportWebServer.NativeMessaging.Port class.
상속: IAsyncResult
파일 보기 프로젝트 열기: javiercrowsoft/CSReports.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
lengthBuffer byte[]
lengthCompletedSynchronously bool
lengthException System.Exception
lengthIsCompleted bool
lengthOffset int
messageBuffer byte[]
messageCompletedSynchronously bool
messageException System.Exception
messageIsCompleted bool
messageOffset int

공개 메소드들

메소드 설명
AsyncResult ( Port port, AsyncCallback callback, object state ) : System

메소드 상세

AsyncResult() 공개 메소드

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

프로퍼티 상세

lengthBuffer 공개적으로 프로퍼티

public byte[] lengthBuffer
리턴 byte[]

lengthCompletedSynchronously 공개적으로 프로퍼티

public bool lengthCompletedSynchronously
리턴 bool

lengthException 공개적으로 프로퍼티

public Exception,System lengthException
리턴 System.Exception

lengthIsCompleted 공개적으로 프로퍼티

public bool lengthIsCompleted
리턴 bool

lengthOffset 공개적으로 프로퍼티

public int lengthOffset
리턴 int

messageBuffer 공개적으로 프로퍼티

public byte[] messageBuffer
리턴 byte[]

messageCompletedSynchronously 공개적으로 프로퍼티

public bool messageCompletedSynchronously
리턴 bool

messageException 공개적으로 프로퍼티

public Exception,System messageException
리턴 System.Exception

messageIsCompleted 공개적으로 프로퍼티

public bool messageIsCompleted
리턴 bool

messageOffset 공개적으로 프로퍼티

public int messageOffset
리턴 int