ServicePRO SDK Help

RequestServicesClient..::..BeginGetNextBusinessDay Method

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

Syntax


public IAsyncResult BeginGetNextBusinessDay(
	string userSessionKey,
	DateTime fromDate,
	int days,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetNextBusinessDay ( _
	userSessionKey As String, _
	fromDate As DateTime, _
	days As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
fromDate
Type: DateTime
days
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object