C# 클래스 NServiceBus.ConfigurePurging

Configures purging.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
PurgeOnStartup ( this config, bool value ) : void

Requests that the incoming queue be purged of all messages when the bus is started. All messages in this queue will be deleted if this is true. Setting this to true may make sense for certain smart-client applications, but rarely for server applications.

비공개 메소드들

메소드 설명
PurgeOnStartup ( this config ) : bool

메소드 상세

PurgeOnStartup() 공개 정적인 메소드

Requests that the incoming queue be purged of all messages when the bus is started. All messages in this queue will be deleted if this is true. Setting this to true may make sense for certain smart-client applications, but rarely for server applications.
public static PurgeOnStartup ( this config, bool value ) : void
config this The instance to apply the settings to.
value bool True to purge all message on startup; otherwise False.
리턴 void