The AsyncExtensions type exposes the following members.

Methods

  Name Description
Public method Static member BeginDelete<(Of <<'(T>)>>)(ISimol, List<(Of <<'(Object>)>>), AsyncCallback, Object)
Begin asynchronous invocation of Delete<(Of <<'(T>)>>)(IList).
Public method Static member BeginDelete<(Of <<'(T>)>>)(ISimol, Object, AsyncCallback, Object)
Begin asynchronous invocation of Delete<(Of <<'(T>)>>)(Object).
Public method Static member BeginDeleteAttributes(ISimol, ItemMapping, List<(Of <<'(Object>)>>), array<String>[]()[][], AsyncCallback, Object)
Public method Static member BeginDeleteAttributes(ISimol, ItemMapping, Object, array<String>[]()[][], AsyncCallback, Object)
Public method Static member BeginDeleteAttributes<(Of <<'(T>)>>)(ISimol, List<(Of <<'(Object>)>>), array<String>[]()[][], AsyncCallback, Object)
Public method Static member BeginDeleteAttributes<(Of <<'(T>)>>)(ISimol, Object, array<String>[]()[][], AsyncCallback, Object)
Public method Static member BeginFind<(Of <<'(T>)>>)
Begin asynchronous invocation of Find<(Of <<'(T>)>>)(String, Int32, Int32, String).
Public method Static member BeginFindAttributes<(Of <<'(T>)>>)
Public method Static member BeginGet<(Of <<'(T>)>>)
Begin asynchronous invocation of Get<(Of <<'(T>)>>)(Object).
Public method Static member BeginGetAttributes(ISimol, ItemMapping, Object, array<String>[]()[][], AsyncCallback, Object)
Public method Static member BeginGetAttributes<(Of <<'(T>)>>)(ISimol, Object, array<String>[]()[][], AsyncCallback, Object)
Public method Static member BeginPut(ISimol, Object, AsyncCallback, Object)
Begin asynchronous invocation of Put(Object).
Public method Static member BeginPut<(Of <<'(T>)>>)(ISimol, List<(Of <<'(T>)>>), AsyncCallback, Object)
Begin asynchronous invocation of Put<(Of <<'(T>)>>)(List<(Of <<'(T>)>>)).
Public method Static member BeginPutAttributes(ISimol, ItemMapping, List<(Of <<'(PropertyValues>)>>), AsyncCallback, Object)
Public method Static member BeginPutAttributes<(Of <<'(T>)>>)(ISimol, PropertyValues, AsyncCallback, Object)
Begin asynchronous invocation of PutAttributes<(Of <<'(T>)>>)(PropertyValues).
Public method Static member BeginPutAttributes<(Of <<'(T>)>>)(ISimol, List<(Of <<'(PropertyValues>)>>), AsyncCallback, Object)
Public method Static member BeginSelect<(Of <<'(T>)>>)
Begin asynchronous invocation of Select<(Of <<'(T>)>>)(SelectCommand<(Of <<'(T>)>>)).
Public method Static member BeginSelectAttributes(ISimol, SelectCommand, AsyncCallback, Object)
Begin asynchronous invocation of SelectAttributes(SelectCommand).
Public method Static member BeginSelectAttributes<(Of <<'(T>)>>)(ISimol, SelectCommand<(Of <<'(T>)>>), AsyncCallback, Object)
Public method Static member BeginSelectScalar(ISimol, SelectCommand, AsyncCallback, Object)
Begin asynchronous invocation of SelectScalar(SelectCommand).
Public method Static member BeginSelectScalar<(Of <<'(T>)>>)(ISimol, String, array<CommandParameter>[]()[][], AsyncCallback, Object)
Public method Static member EndDelete
End asynchronous invocation of Delete<(Of <<'(T>)>>)(Object).
Public method Static member EndDeleteAttributes
Public method Static member EndFind<(Of <<'(T>)>>)
End asynchronous invocation of Find<(Of <<'(T>)>>)(String, Int32, Int32, String).
Public method Static member EndFindAttributes
Public method Static member EndGet<(Of <<'(T>)>>)
End asynchronous invocation of Get<(Of <<'(T>)>>)(Object).
Public method Static member EndGetAttributes
Public method Static member EndPut
End asynchronous invocation of Put(Object).
Public method Static member EndPutAttributes
Public method Static member EndSelect<(Of <<'(T>)>>)
End asynchronous invocation of Select<(Of <<'(T>)>>)(SelectCommand<(Of <<'(T>)>>)).
Public method Static member EndSelectAttributes
End asynchronous invocation of SelectAttributes(SelectCommand).
Public method Static member EndSelectScalar
End asynchronous invocation of SelectScalar(SelectCommand).

See Also