AxaptaBuffer Class

The AxaptaBuffer class provides the ability add data to and retrieve data from an Axapta buffer.

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

Syntax

'Declaration
Public Class AxaptaBuffer _
    Implements IDisposable
'Usage
Dim instance As AxaptaBuffer
public class AxaptaBuffer : IDisposable
public ref class AxaptaBuffer : IDisposable

Remarks

An AxaptaBuffer object can be used with AxaptaContainer objects.

Inheritance Hierarchy

System.Object
  Microsoft.Dynamics.BusinessConnectorNet.AxaptaBuffer

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.BusinessConnectorNet Namespace