Метод | Описание | |
---|---|---|
Address ( string queueName, string machineName ) : System |
Instantiate a new Address for a known queue on a given machine.
|
|
Equals ( |
Check this is equal to other Address
|
|
Equals ( object obj ) : bool |
Determines whether the specified T:System.Object is equal to the current T:System.Object.
|
|
GetHashCode ( ) : int |
Provides a hash code of the Address.
|
|
InitializeAddressMode ( AddressMode mode ) : void |
Sets the name of the machine to be used when none is specified in the address.
|
|
InitializeLocalAddress ( string address ) : void |
Sets the address of this endpoint. Will throw an exception if overwriting a previous value (but value will still be set).
|
|
OverrideDefaultMachine ( string machineName ) : void |
Sets the address mode, can only be done as long as the local address is not been initialized.By default the default machine equals Environment.MachineName
|
|
Parse ( string address ) : |
Parses a string and returns an Address.
|
|
SubScope ( string qualifier ) : |
Creates a new Address whose Queue is derived from the Queue of the existing Address together with the provided qualifier. For example: queue.qualifier@machine
|
|
ToString ( ) : string |
Returns a string representation of the address.
|
|
operator ( ) : bool |
Overloading for the != for the class Address
|
Метод | Описание | |
---|---|---|
Address ( |
Deserializes an Address.
|
Метод | Описание | |
---|---|---|
ISerializable ( |
protected Address ( |
||
info | ||
context | ||
Результат | System |
public Address ( string queueName, string machineName ) : System | ||
queueName | string | |
machineName | string | |
Результат | System |
public Equals ( |
||
other | refrence addressed to be checked with this | |
Результат | bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
Результат | bool |
public static InitializeAddressMode ( AddressMode mode ) : void | ||
mode | AddressMode | |
Результат | void |
public static InitializeLocalAddress ( string address ) : void | ||
address | string | |
Результат | void |
public static OverrideDefaultMachine ( string machineName ) : void | ||
machineName | string | |
Результат | void |
public static Parse ( string address ) : |
||
address | string | |
Результат |
public SubScope ( string qualifier ) : |
||
qualifier | string | |
Результат |