ServicePRO SDK Help

CoreServicesClient..::..BeginInitializeSystemAndSession Method

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

Syntax


public IAsyncResult BeginInitializeSystemAndSession(
	string cultureName,
	string timeZoneName,
	DateTime ClientNow,
	TimeSpan clientUTCOffset,
	AsyncCallback callback,
	Object asyncState
)
Public 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