C# 클래스 SevenDigital.Messaging.ConfigurationActions.SDM_ConfigureOptions

상속: IMessagingConfigureOptions
파일 보기 프로젝트 열기: i-e-b/SevenDigital.Messaging

공개 메소드들

메소드 설명
NoPersistentMessages ( ) : IMessagingConfigureOptions

By default, the messaging system will try to do store-and-forward messaging. This is persisted to permanent storage. This option turns store-and-forward off. No disk files will be required, but in the event of total failure, messages will be lost.

SetIntegrationTestMode ( ) : void
SetManagementServer ( string host, int port, string username, string password, string vhost ) : IMessagingConfigureOptions
SetMessagingServer ( string host ) : IMessagingConfigureOptions

비공개 메소드들

메소드 설명
SetManagementServer ( string host, string username, string password, string vhost ) : IMessagingConfigureOptions

메소드 상세

NoPersistentMessages() 공개 메소드

By default, the messaging system will try to do store-and-forward messaging. This is persisted to permanent storage. This option turns store-and-forward off. No disk files will be required, but in the event of total failure, messages will be lost.
public NoPersistentMessages ( ) : IMessagingConfigureOptions
리턴 IMessagingConfigureOptions

SetIntegrationTestMode() 공개 메소드

public SetIntegrationTestMode ( ) : void
리턴 void

SetManagementServer() 공개 메소드

public SetManagementServer ( string host, int port, string username, string password, string vhost ) : IMessagingConfigureOptions
host string
port int
username string
password string
vhost string
리턴 IMessagingConfigureOptions

SetMessagingServer() 공개 메소드

public SetMessagingServer ( string host ) : IMessagingConfigureOptions
host string
리턴 IMessagingConfigureOptions