Begin asynchronous invocation of PutAttributes<(Of <<'(T>)>>)(PropertyValues).
Namespace: Simol.AsyncAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public static IAsyncResult BeginPutAttributes<T>( this ISimol simol, PropertyValues item, AsyncCallback callback, Object state ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function BeginPutAttributes(Of T) ( _ simol As ISimol, _ item As PropertyValues, _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
Visual C++ |
---|
[ExtensionAttribute] public: generic<typename T> static IAsyncResult^ BeginPutAttributes( ISimol^ simol, PropertyValues^ item, AsyncCallback^ callback, Object^ state ) |
Parameters
- simol
- Type: Simol..::..ISimol
- item
- Type: Simol..::..PropertyValues
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object
Type Parameters
- T