Method | Description | |
---|---|---|
AutoDeleteOnIdle ( TimeSpan autoDeleteOnIdle ) : |
||
ConnectionString ( string connectionString ) : |
||
DuplicateDetectionHistoryTimeWindow ( TimeSpan duplicateDetectionHistoryTimeWindow ) : |
||
EnableBatchedOperations ( bool enableBatchedOperations ) : |
||
EnableDeadLetteringOnMessageExpiration ( bool enableDeadLetteringOnMessageExpiration ) : |
||
EnableExpress ( bool enableExpress ) : |
||
EnablePartitioning ( bool enablePartitioning ) : |
||
Expiration ( TimeSpan? expiration ) : |
||
ForwardDeadLetteredMessagesTo ( string forwardDeadLetteredMessagesTo ) : |
||
ForwardTo ( string forwardTo ) : |
||
IsAnonymousAccessible ( bool isAnonymousAccessible ) : |
||
MaxSizeInMegabytes ( long maxSizeInMegabytes ) : |
||
Mediator ( IMediator mediator ) : |
||
NoRetries ( ) : |
||
ProcessInterval ( TimeSpan interval ) : |
||
QueueName ( string name ) : |
||
RequiresDuplicateDetection ( bool requiresDuplicateDetection ) : |
||
RequiresSession ( bool requiresSession ) : |
||
Retries ( int? retries ) : |
||
RetryPolicy ( RetryPolicy retryPolicy ) : |
||
Serializer ( ISerializer serializer ) : |
||
Status ( EntityStatus status ) : |
||
SupportOrdering ( bool supportOrdering ) : |
||
Tracer ( ITracer tracer ) : |
||
UserMetadata ( string userMetadata ) : |
public AutoDeleteOnIdle ( TimeSpan autoDeleteOnIdle ) : |
||
autoDeleteOnIdle | TimeSpan | |
return |
public ConnectionString ( string connectionString ) : |
||
connectionString | string | |
return |
public DuplicateDetectionHistoryTimeWindow ( TimeSpan duplicateDetectionHistoryTimeWindow ) : |
||
duplicateDetectionHistoryTimeWindow | TimeSpan | |
return |
public EnableBatchedOperations ( bool enableBatchedOperations ) : |
||
enableBatchedOperations | bool | |
return |
public EnableDeadLetteringOnMessageExpiration ( bool enableDeadLetteringOnMessageExpiration ) : |
||
enableDeadLetteringOnMessageExpiration | bool | |
return |
public EnableExpress ( bool enableExpress ) : |
||
enableExpress | bool | |
return |
public EnablePartitioning ( bool enablePartitioning ) : |
||
enablePartitioning | bool | |
return |
public Expiration ( TimeSpan? expiration ) : |
||
expiration | TimeSpan? | |
return |
public ForwardDeadLetteredMessagesTo ( string forwardDeadLetteredMessagesTo ) : |
||
forwardDeadLetteredMessagesTo | string | |
return |
public ForwardTo ( string forwardTo ) : |
||
forwardTo | string | |
return |
public IsAnonymousAccessible ( bool isAnonymousAccessible ) : |
||
isAnonymousAccessible | bool | |
return |
public MaxSizeInMegabytes ( long maxSizeInMegabytes ) : |
||
maxSizeInMegabytes | long | |
return |
public Mediator ( IMediator mediator ) : |
||
mediator | IMediator | |
return |
public NoRetries ( ) : |
||
return |
public ProcessInterval ( TimeSpan interval ) : |
||
interval | TimeSpan | |
return |
public QueueName ( string name ) : |
||
name | string | |
return |
public RequiresDuplicateDetection ( bool requiresDuplicateDetection ) : |
||
requiresDuplicateDetection | bool | |
return |
public RequiresSession ( bool requiresSession ) : |
||
requiresSession | bool | |
return |
public Retries ( int? retries ) : |
||
retries | int? | |
return |
public RetryPolicy ( RetryPolicy retryPolicy ) : |
||
retryPolicy | RetryPolicy | |
return |
public Serializer ( ISerializer serializer ) : |
||
serializer | ISerializer | |
return |
public Status ( EntityStatus status ) : |
||
status | EntityStatus | |
return |
public SupportOrdering ( bool supportOrdering ) : |
||
supportOrdering | bool | |
return |
public Tracer ( ITracer tracer ) : |
||
tracer | ITracer | |
return |
public UserMetadata ( string userMetadata ) : |
||
userMetadata | string | |
return |