Namespace: Simol.Async
Assembly: Simol (in Simol.dll) Version: 1.0.0.0

Syntax

C#
public static IAsyncResult BeginPutAttributes(
	this ISimol simol,
	ItemMapping mapping,
	List<PropertyValues> items,
	AsyncCallback callback,
	Object state
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function BeginPutAttributes ( _
	simol As ISimol, _
	mapping As ItemMapping, _
	items As List(Of PropertyValues), _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
[ExtensionAttribute]
public:
static IAsyncResult^ BeginPutAttributes(
	ISimol^ simol, 
	ItemMapping^ mapping, 
	List<PropertyValues^>^ items, 
	AsyncCallback^ callback, 
	Object^ state
)

See Also