ServicePRO SDK Help

ICoreServices..::..BeginInitializeSystemAndSession Method

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

Syntax


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

Parameters

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