ServicePRO SDK Help

RequestServicesClient..::..BeginGetScheduleTimeInBusinessHours Method

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

Syntax


public IAsyncResult BeginGetScheduleTimeInBusinessHours(
	string userSessionKey,
	clsEnumeration..::..ScheduleTimeType scheduleTimeType,
	int givenSchedule,
	DateTime dateFrom,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetScheduleTimeInBusinessHours ( _
	userSessionKey As String, _
	scheduleTimeType As clsEnumeration..::..ScheduleTimeType, _
	givenSchedule As Integer, _
	dateFrom As DateTime, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
scheduleTimeType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..ScheduleTimeType
givenSchedule
Type: Int32
dateFrom
Type: DateTime
callback
Type: AsyncCallback
asyncState
Type: Object