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

Syntax

C#
public static IAsyncResult BeginFindAttributes<T>(
	this ISimol simol,
	string queryText,
	int resultStartIndex,
	int resultCount,
	string searchProperty,
	string[] propertyNames,
	AsyncCallback callback,
	Object state
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function BeginFindAttributes(Of T) ( _
	simol As ISimol, _
	queryText As String, _
	resultStartIndex As Integer, _
	resultCount As Integer, _
	searchProperty As String, _
	propertyNames As String(), _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
[ExtensionAttribute]
public:
generic<typename T>
static IAsyncResult^ BeginFindAttributes(
	ISimol^ simol, 
	String^ queryText, 
	int resultStartIndex, 
	int resultCount, 
	String^ searchProperty, 
	array<String^>^ propertyNames, 
	AsyncCallback^ callback, 
	Object^ state
)

Parameters

simol
Type: Simol..::..ISimol
queryText
Type: System..::..String
resultStartIndex
Type: System..::..Int32
resultCount
Type: System..::..Int32
searchProperty
Type: System..::..String
propertyNames
Type: array<System..::..String>[]()[][]
callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Type Parameters

T

See Also