C# Class SevenDigital.Messaging.ConfigurationActions.SDM_LocalQueueOptions

Inheritance: ILocalQueueOptions
显示文件 Open project: i-e-b/SevenDigital.Messaging

Public Methods

Method Description
SendHandlerErrorsToQueue ( string errorQueueStorage ) : ILocalQueueOptions
SendTo ( string writeQueuePath ) : ILocalQueueOptions

Method Details

SendHandlerErrorsToQueue() public method

public SendHandlerErrorsToQueue ( string errorQueueStorage ) : ILocalQueueOptions
errorQueueStorage string
return ILocalQueueOptions

SendTo() public method

public SendTo ( string writeQueuePath ) : ILocalQueueOptions
writeQueuePath string
return ILocalQueueOptions