Property | Type | Description | |
---|---|---|---|
Machine | string | ||
Queue | string |
Method | Description | |
---|---|---|
MsmqAddress ( string queueName, string machineName ) : System |
Instantiate a new Address for a known queue on a given machine.
|
|
Parse ( string address ) : MsmqAddress, | ||
ToString ( ) : string |
Returns a string representation of the address.
|
|
ToString ( string qualifier ) : string |
Returns a string representation of the address.
|
Method | Description | |
---|---|---|
ApplyLocalMachineConventions ( string machineName ) : string |
public MsmqAddress ( string queueName, string machineName ) : System | ||
queueName | string | The queue name. |
machineName | string | The machine name. |
return | System |
public static Parse ( string address ) : MsmqAddress, | ||
address | string | |
return | MsmqAddress, |
public ToString ( string qualifier ) : string | ||
qualifier | string | |
return | string |