Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This is prerelease documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Gets or sets the maximum buffer length.
Namespace: Microsoft.ServiceBus
Assembly: Microsoft.ServiceBus (in microsoft.servicebus.dll)
Usage
Dim instance As RouterPolicy Dim value As Integer value = instance.MaxBufferLength instance.MaxBufferLength = value
Syntax
'Declaration
Public Property MaxBufferLength As Integer
public int MaxBufferLength { get; set; }
public:
property int MaxBufferLength {
int get ();
void set (int value);
}
/** @property */
public int get_MaxBufferLength ()
/** @property */
public void set_MaxBufferLength (int value)
public function get MaxBufferLength () : int
public function set MaxBufferLength (value : int)
Property Value
Returns Int32. Contains the maximum buffer length.
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.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
RouterPolicy Class
RouterPolicy Members
Microsoft.ServiceBus Namespace