BaseDataAdapter.DataUpdateAsyncResult
Overview
Location
- Reference: RemObjects.DataAbstract.dll
- Namespace: RemObjects.DataAbstract
- Nested in: BaseDataAdapter
- Ancestry: BaseDataAdapter.AsyncResultWrapper | BaseDataAdapter.DataUpdateAsyncResult
constructor (AsyncCallback) (declared in BaseDataAdapter.AsyncResultWrapper)
constructor(cb: AsyncCallback)
BaseDataAdapter.DataUpdateAsyncResult(AsyncCallback cb)
Sub New (cb As AsyncCallback)
Parameters:
- cb:
constructor (AsyncCallback, array of Delta)
constructor(callback: AsyncCallback; deltas: array of Delta)
BaseDataAdapter.DataUpdateAsyncResult(AsyncCallback callback, Delta[] deltas)
Sub New (callback As AsyncCallback, deltas As array of Delta)
Parameters:
- callback:
- deltas:
AsyncResult (declared in BaseDataAdapter.AsyncResultWrapper)
property AsyncResult: IAsyncResult read write;
IAsyncResult AsyncResult { get; set; }
Property AsyncResult As IAsyncResult
AsyncState (declared in BaseDataAdapter.AsyncResultWrapper)
property AsyncState: Object read;
Object AsyncState { get; }
Property ReadOnly AsyncState As Object
AsyncWaitHandle (declared in BaseDataAdapter.AsyncResultWrapper)
property AsyncWaitHandle: WaitHandle read;
WaitHandle AsyncWaitHandle { get; }
Property ReadOnly AsyncWaitHandle As WaitHandle
Callback (declared in BaseDataAdapter.AsyncResultWrapper)
method Callback(ar: IAsyncResult)
void Callback(IAsyncResult ar)
Sub Callback(ar As IAsyncResult)
Parameters:
- ar:
CompletedSynchronously (declared in BaseDataAdapter.AsyncResultWrapper)
property CompletedSynchronously: Boolean read;
Boolean CompletedSynchronously { get; }
Property ReadOnly CompletedSynchronously As Boolean
Deltas
property Deltas: array of Delta read;
Delta[] Deltas { get; }
Property ReadOnly Deltas As array of Delta
IsCompleted (declared in BaseDataAdapter.AsyncResultWrapper)
property IsCompleted: Boolean read;
Boolean IsCompleted { get; }
Property ReadOnly IsCompleted As Boolean
AsyncResult (declared in BaseDataAdapter.AsyncResultWrapper)
property AsyncResult: IAsyncResult read write;
IAsyncResult AsyncResult { get; set; }
Property AsyncResult As IAsyncResult
AsyncState (declared in BaseDataAdapter.AsyncResultWrapper)
property AsyncState: Object read;
Object AsyncState { get; }
Property ReadOnly AsyncState As Object
AsyncWaitHandle (declared in BaseDataAdapter.AsyncResultWrapper)
property AsyncWaitHandle: WaitHandle read;
WaitHandle AsyncWaitHandle { get; }
Property ReadOnly AsyncWaitHandle As WaitHandle
CompletedSynchronously (declared in BaseDataAdapter.AsyncResultWrapper)
property CompletedSynchronously: Boolean read;
Boolean CompletedSynchronously { get; }
Property ReadOnly CompletedSynchronously As Boolean
Deltas
property Deltas: array of Delta read;
Delta[] Deltas { get; }
Property ReadOnly Deltas As array of Delta
IsCompleted (declared in BaseDataAdapter.AsyncResultWrapper)
property IsCompleted: Boolean read;
Boolean IsCompleted { get; }
Property ReadOnly IsCompleted As Boolean
constructor (AsyncCallback) (declared in BaseDataAdapter.AsyncResultWrapper)
constructor(cb: AsyncCallback)
BaseDataAdapter.DataUpdateAsyncResult(AsyncCallback cb)
Sub New (cb As AsyncCallback)
Parameters:
- cb:
constructor (AsyncCallback, array of Delta)
constructor(callback: AsyncCallback; deltas: array of Delta)
BaseDataAdapter.DataUpdateAsyncResult(AsyncCallback callback, Delta[] deltas)
Sub New (callback As AsyncCallback, deltas As array of Delta)
Parameters:
- callback:
- deltas:
Callback (declared in BaseDataAdapter.AsyncResultWrapper)
method Callback(ar: IAsyncResult)
void Callback(IAsyncResult ar)
Sub Callback(ar As IAsyncResult)
Parameters:
- ar: