ServicePRO SDK Help

IManageObjectsService..::..BeginGetSolutionDetailHTML Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetSolutionDetailHTML(
	string sessionKey,
	int intSolutionID,
	string strFontName,
	float flFontSize,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetSolutionDetailHTML ( _
	sessionKey As String, _
	intSolutionID As Integer, _
	strFontName As String, _
	flFontSize As Single, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
intSolutionID
Type: Int32
strFontName
Type: String
flFontSize
Type: Single
callback
Type: AsyncCallback
asyncState
Type: Object