메소드 | 설명 | |
---|---|---|
Apply ( IBusBuilder builder ) : void | ||
EnableDuplicateDetection ( System.TimeSpan historyTimeWindow ) : void | ||
SelectBasicTier ( ) : void | ||
ServiceBusReceiveEndpointSpecification ( IServiceBusHost host, ReceiveEndpointSettings settings, IConsumePipe consumePipe = null ) : System | ||
ServiceBusReceiveEndpointSpecification ( IServiceBusHost host, string queueName, IConsumePipe consumePipe = null ) : System | ||
Validate ( ) : IEnumerable |
메소드 | 설명 | |
---|---|---|
GetReceiveEndpointSettings ( string queueName ) : ReceiveEndpointSettings |
public EnableDuplicateDetection ( System.TimeSpan historyTimeWindow ) : void | ||
historyTimeWindow | System.TimeSpan | |
리턴 | void |
protected GetReceiveEndpointSettings ( string queueName ) : ReceiveEndpointSettings | ||
queueName | string | |
리턴 | ReceiveEndpointSettings |
public ServiceBusReceiveEndpointSpecification ( IServiceBusHost host, ReceiveEndpointSettings settings, IConsumePipe consumePipe = null ) : System | ||
host | IServiceBusHost | |
settings | ReceiveEndpointSettings | |
consumePipe | IConsumePipe | |
리턴 | System |
public ServiceBusReceiveEndpointSpecification ( IServiceBusHost host, string queueName, IConsumePipe consumePipe = null ) : System | ||
host | IServiceBusHost | |
queueName | string | |
consumePipe | IConsumePipe | |
리턴 | System |