ServicePRO SDK Help

IRequestServices..::..EndGetRequestProperties Method

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

Syntax


Dictionary<string, Object> EndGetRequestProperties(
	out string html,
	out int viewPrivileges,
	out int transactionPreviewPrivileges,
	out stcUserPrivilege UserPrivileges,
	IAsyncResult result
)
Function EndGetRequestProperties ( _
	<OutAttribute> ByRef html As String, _
	<OutAttribute> ByRef viewPrivileges As Integer, _
	<OutAttribute> ByRef transactionPreviewPrivileges As Integer, _
	<OutAttribute> ByRef UserPrivileges As stcUserPrivilege, _
	result As IAsyncResult _
) As Dictionary(Of String, Object)

Parameters

html
Type: String%
viewPrivileges
Type: Int32%
transactionPreviewPrivileges
Type: Int32%
UserPrivileges
Type: HelpSTAR.PCL.Common..::..stcUserPrivilege%
result
Type: IAsyncResult