Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Apache
NMS
ActiveMQ
PrefetchPolicy
C# Class Apache.NMS.ActiveMQ.PrefetchPolicy
Class used to define the various limits that should be used for the Prefetch limit on destination based on the type of Destination in use.
Inheritance:
ICloneable
Exibir arquivo
Open project: ThorTech/apache-nms
Public Methods
Method
Description
Clone
( ) :
Object
PrefetchPolicy
( ) :
System
SetAll
(
int
value
) :
void
Private Methods
Method
Description
RestrictToMaximum
(
int
value
) :
int
Method Details
Clone()
public
method
public
Clone
( ) :
Object
return
Object
PrefetchPolicy()
public
method
public
PrefetchPolicy
( ) :
System
return
System
SetAll()
public
method
public
SetAll
(
int
value
) :
void
value
int
return
void