GetBufferCount Method

The GetBufferCount method retrieves the number of AxaptaBuffer objects.

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

Syntax

'Declaration
Public Function GetBufferCount As Integer
'Usage
Dim instance As Axapta
Dim returnValue As Integer

returnValue = instance.GetBufferCount()
public int GetBufferCount()
public:
int GetBufferCount()

Return Value

Type: System.Int32
The return value is the number of AxaptaBuffer objects.

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.

See Also

Reference

Axapta Class

Microsoft.Dynamics.BusinessConnectorNet Namespace