BaseDataAdapter.AsyncResultWrapper

Overview

Location

 

constructor

 

constructor(cb: AsyncCallback)

 

BaseDataAdapter.AsyncResultWrapper(AsyncCallback cb)

 

Sub New(cb As AsyncCallback)

Parameters:

  • cb:

AsyncResult

 

property AsyncResult: IAsyncResult read write;

 

IAsyncResult AsyncResult { get; set; }

 

Property AsyncResult() As IAsyncResult

AsyncState

 

property AsyncState: Object read;

 

Object AsyncState { get; }

 

ReadOnly Property AsyncState() As Object

AsyncWaitHandle

 

property AsyncWaitHandle: WaitHandle read;

 

WaitHandle AsyncWaitHandle { get; }

 

ReadOnly Property AsyncWaitHandle() As WaitHandle

Callback

 

method Callback(ar: IAsyncResult)

 

void Callback(IAsyncResult ar)

 

Sub Callback(ar As IAsyncResult)

Parameters:

  • ar:

CompletedSynchronously

 

property CompletedSynchronously: Boolean read;

 

Boolean CompletedSynchronously { get; }

 

ReadOnly Property CompletedSynchronously() As Boolean

IsCompleted

 

property IsCompleted: Boolean read;

 

Boolean IsCompleted { get; }

 

ReadOnly Property IsCompleted() As Boolean

 

AsyncResult

 

property AsyncResult: IAsyncResult read write;

 

IAsyncResult AsyncResult { get; set; }

 

Property AsyncResult() As IAsyncResult

AsyncState

 

property AsyncState: Object read;

 

Object AsyncState { get; }

 

ReadOnly Property AsyncState() As Object

AsyncWaitHandle

 

property AsyncWaitHandle: WaitHandle read;

 

WaitHandle AsyncWaitHandle { get; }

 

ReadOnly Property AsyncWaitHandle() As WaitHandle

CompletedSynchronously

 

property CompletedSynchronously: Boolean read;

 

Boolean CompletedSynchronously { get; }

 

ReadOnly Property CompletedSynchronously() As Boolean

IsCompleted

 

property IsCompleted: Boolean read;

 

Boolean IsCompleted { get; }

 

ReadOnly Property IsCompleted() As Boolean

 

constructor

 

constructor(cb: AsyncCallback)

 

BaseDataAdapter.AsyncResultWrapper(AsyncCallback cb)

 

Sub New(cb As AsyncCallback)

Parameters:

  • cb:

Callback

 

method Callback(ar: IAsyncResult)

 

void Callback(IAsyncResult ar)

 

Sub Callback(ar As IAsyncResult)

Parameters:

  • ar: