ServicePRO SDK Help

IManageObjectsService..::..BeginGetAttachments Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetAttachments(
	string SessionKey,
	int objectId,
	int objectTypeId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetAttachments ( _
	SessionKey As String, _
	objectId As Integer, _
	objectTypeId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
objectId
Type: Int32
objectTypeId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object