ServicePRO SDK Help

RequestServicesClient..::..BeginGetUserSRSFolderItem Method

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

Syntax


public IAsyncResult BeginGetUserSRSFolderItem(
	string userSessionKey,
	int userId,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetUserSRSFolderItem ( _
	userSessionKey As String, _
	userId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
userId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object