ServicePRO SDK Help

IManageObjectsService..::..BeginGetCategorys Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetCategorys(
	string SessionKey,
	clsEnumeration..::..CategoryView hsCategoryView,
	int categoryId,
	clsEnumeration..::..hsSelectCategory hsPageMode,
	int srTypeId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetCategorys ( _
	SessionKey As String, _
	hsCategoryView As clsEnumeration..::..CategoryView, _
	categoryId As Integer, _
	hsPageMode As clsEnumeration..::..hsSelectCategory, _
	srTypeId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
hsCategoryView
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..CategoryView
categoryId
Type: Int32
hsPageMode
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsSelectCategory
srTypeId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object