ServicePRO SDK Help

IRequestServices..::..BeginGetAttachmentFile Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetAttachmentFile(
	string userSessionKey,
	int attachmentId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetAttachmentFile ( _
	userSessionKey As String, _
	attachmentId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
attachmentId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object