메소드 | 설명 | |
---|---|---|
MakeInstanceUniquelyAddressable ( this config, string discriminator ) : void |
Makes the endpoint instance uniquely addressable when running multiple instances by adding an instance-specific queue.
|
|
OverrideLocalAddress ( this config, string baseInputQueueName ) : void |
Overrides the base name of the input queue. The actual input queue name consists of this base name, instance ID and subqueue qualifier.
|
public static MakeInstanceUniquelyAddressable ( this config, string discriminator ) : void | ||
config | this | The |
discriminator | string | The value to append to the endpoint name to create an instance-specific queue. |
리턴 | void |
public static OverrideLocalAddress ( this config, string baseInputQueueName ) : void | ||
config | this | The |
baseInputQueueName | string | The base name of the input queue. |
리턴 | void |