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
- requestedSize
Type: System.Int32
Return Value
Type: System.Int32