ServicePRO SDK Help

ICoreServices..::..BeginGetCollection Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetCollection(
	string sessionKey,
	string sql,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetCollection ( _
	sessionKey As String, _
	sql As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
sql
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object