ServicePRO SDK Help

LoginServiceClient..::..BeginInitializeUserSession Method

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

Syntax


public IAsyncResult BeginInitializeUserSession(
	int userId,
	stcSession userSession,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginInitializeUserSession ( _
	userId As Integer, _
	userSession As stcSession, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userId
Type: Int32
userSession
Type: HelpSTAR.PCL.Common..::..stcSession
callback
Type: AsyncCallback
asyncState
Type: Object