C# 클래스 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.
상속: ICloneable
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
Clone ( ) : Object
PrefetchPolicy ( ) : System
SetAll ( int value ) : void

비공개 메소드들

메소드 설명
RestrictToMaximum ( int value ) : int

메소드 상세

Clone() 공개 메소드

public Clone ( ) : Object
리턴 Object

PrefetchPolicy() 공개 메소드

public PrefetchPolicy ( ) : System
리턴 System

SetAll() 공개 메소드

public SetAll ( int value ) : void
value int
리턴 void