ServicePRO SDK Help

LoginServiceClient..::..BeginLogin Method

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

Syntax


public IAsyncResult BeginLogin(
	stcListItem domainInfo,
	stcSession userSession,
	string userName,
	string password,
	bool bLogOffOtherSession,
	clsEnumeration..::..hsInterface interfaceType,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginLogin ( _
	domainInfo As stcListItem, _
	userSession As stcSession, _
	userName As String, _
	password As String, _
	bLogOffOtherSession As Boolean, _
	interfaceType As clsEnumeration..::..hsInterface, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

domainInfo
Type: HelpSTAR.PCL.Common..::..stcListItem
userSession
Type: HelpSTAR.PCL.Common..::..stcSession
userName
Type: String
password
Type: String
bLogOffOtherSession
Type: Boolean
interfaceType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsInterface
callback
Type: AsyncCallback
asyncState
Type: Object