ServicePRO SDK Help

RequestServicesClient..::..BeginGetItem Method

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

Syntax


public IAsyncResult BeginGetItem(
	string userSessionKey,
	int itemId,
	int tableName,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetItem ( _
	userSessionKey As String, _
	itemId As Integer, _
	tableName As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
itemId
Type: Int32
tableName
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object