ServicePRO SDK Help

IRequestServices..::..EndGetRequest Method

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

Syntax


stcRequest EndGetRequest(
	out int repMemoCount,
	out stcPrivilegeRequest requestPrivileges,
	out bool hasAttachments,
	out bool isPinned,
	out Snapshot snapshotVersion,
	IAsyncResult result
)
Function EndGetRequest ( _
	<OutAttribute> ByRef repMemoCount As Integer, _
	<OutAttribute> ByRef requestPrivileges As stcPrivilegeRequest, _
	<OutAttribute> ByRef hasAttachments As Boolean, _
	<OutAttribute> ByRef isPinned As Boolean, _
	<OutAttribute> ByRef snapshotVersion As Snapshot, _
	result As IAsyncResult _
) As stcRequest

Parameters

repMemoCount
Type: Int32%
requestPrivileges
Type: HelpSTAR.PCL.Common..::..stcPrivilegeRequest%
hasAttachments
Type: Boolean%
isPinned
Type: Boolean%
snapshotVersion
Type: HelpSTAR.PCL.Common..::..Snapshot%
result
Type: IAsyncResult