CreateAxaptaBuffer Method

The CreateAxaptaBuffer method creates an AxaptaBuffer object.

Namespace:  Microsoft.Dynamics.BusinessConnectorNet
Assembly:  Microsoft.Dynamics.BusinessConnectorNet (in Microsoft.Dynamics.BusinessConnectorNet.dll)

Syntax

'Declaration
Public Function CreateAxaptaBuffer As AxaptaBuffer
'Usage
Dim instance As Axapta
Dim returnValue As AxaptaBuffer

returnValue = instance.CreateAxaptaBuffer()
public AxaptaBuffer CreateAxaptaBuffer()
public:
AxaptaBuffer^ CreateAxaptaBuffer()

Return Value

Type: Microsoft.Dynamics.BusinessConnectorNet.AxaptaBuffer
The return value is the created AxaptaBuffer object.

Exceptions

Exception Condition
BusinessConnectorException

An unexpected error has occurred with the Business Connector.

NotLoggedOnException

The requested operation cannot be performed because the user is not logged on to Axapta.

Remarks

The AxaptaBuffer object is useful for transferring files or binary data. It can be used with the AxaptaContainer object.

See Also

Reference

Axapta Class

Microsoft.Dynamics.BusinessConnectorNet Namespace