ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetObjPropertyHTML Method

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

Syntax


public IAsyncResult BeginGetObjPropertyHTML(
	string sessionKey,
	int id,
	clsEnumeration..::..hsHelpStarObject helpStarObject,
	bool bUsefont,
	string fontName,
	float fontSize,
	int startRow,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetObjPropertyHTML ( _
	sessionKey As String, _
	id As Integer, _
	helpStarObject As clsEnumeration..::..hsHelpStarObject, _
	bUsefont As Boolean, _
	fontName As String, _
	fontSize As Single, _
	startRow As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
id
Type: Int32
helpStarObject
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
bUsefont
Type: Boolean
fontName
Type: String
fontSize
Type: Single
startRow
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object