ServicePRO SDK Help

ILoginService..::..BeginPrepareEmptyUserSession Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginPrepareEmptyUserSession(
	string cultureName,
	DateTime clientNow,
	string timeZoneName,
	TimeSpan clientUTCOffset,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginPrepareEmptyUserSession ( _
	cultureName As String, _
	clientNow As DateTime, _
	timeZoneName As String, _
	clientUTCOffset As TimeSpan, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

cultureName
Type: String
clientNow
Type: DateTime
timeZoneName
Type: String
clientUTCOffset
Type: TimeSpan
callback
Type: AsyncCallback
asyncState
Type: Object