ServicePRO SDK Help

LoginServiceManager..::..GetAvailableDomains Method

Returns list of domains based on the AD settings in ServicePRO

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

Syntax


public void GetAvailableDomains(
	stcSession userSession,
	string userDomain,
	string userName,
	Action<stcSession, string, string, string, Exception> callbackAction
)
Public Sub GetAvailableDomains ( _
	userSession As stcSession, _
	userDomain As String, _
	userName As String, _
	callbackAction As Action(Of stcSession, String, String, String, Exception) _
)

Parameters

userSession
Type: HelpSTAR.PCL.Common..::..stcSession
User’s Session
User Session Object of type stcSession.
The User Session has to be established by making a call to InitializeSystemAndSession() method in CoreServicesManager class as a first step with using ServicePRO SDK.
userDomain
Type: String
Windows domain name (Pass null when no domain exist)
userName
Type: String
Windows domain user name (Pass null when no domain exist)
callbackAction
Type: Action<(Of <(<'stcSession, String, String, String, Exception>)>)>
Callback action