Compartir a través de


BipBuffer.Allocate Method

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Function Allocate ( _
    requestedSize As Integer _
) As Integer
'Usage
Dim instance As BipBuffer
Dim requestedSize As Integer
Dim returnValue As Integer

returnValue = instance.Allocate(requestedSize)
public int Allocate(
    int requestedSize
)

Parameters

Return Value

Type: System.Int32