Méthode | Description | |
---|---|---|
CreateIndividualizedAddress ( string discriminator ) : |
Creates a new individualized logical address with the specified discriminator.
|
|
CreateLocalAddress ( string queueName, string>.IReadOnlyDictionary |
Creates a logical address for this endpoint.
|
|
CreateQualifiedAddress ( string qualifier ) : |
Creates a new logical address with the given qualifier.
|
|
CreateRemoteAddress ( EndpointInstance endpointInstance ) : |
Creates a logical address for a remote endpoint.
|
|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
|
operator ( ) : bool |
Checks for equality.
|
Méthode | Description | |
---|---|---|
Equals ( |
||
LogicalAddress ( EndpointInstance endpointInstance, string qualifier ) : System |
public CreateIndividualizedAddress ( string discriminator ) : |
||
discriminator | string | The discriminator value used to individualize the address. |
Résultat |
public static CreateLocalAddress ( string queueName, string>.IReadOnlyDictionary |
||
queueName | string | The name of the main input queue. |
properties | string>.IReadOnlyDictionary | The additional transport-specific properties. |
Résultat |
public CreateQualifiedAddress ( string qualifier ) : |
||
qualifier | string | The qualifier for the new address. |
Résultat |
public static CreateRemoteAddress ( EndpointInstance endpointInstance ) : |
||
endpointInstance | EndpointInstance | The endpoint instance that describes the remote endpoint. |
Résultat |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
Résultat | bool |