C# Class MsmqAddress, MsmqReturnToSourceQueue

Datei anzeigen Open project: ParticularLabs/MsmqReturnToSourceQueue Class Usage Examples

Public Properties

Property Type Description
Machine string
Queue string

Public Methods

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.

Private Methods

Method Description
ApplyLocalMachineConventions ( string machineName ) : string

Method Details

MsmqAddress() public method

Instantiate a new Address for a known queue on a given machine.
public MsmqAddress ( string queueName, string machineName ) : System
queueName string The queue name.
machineName string The machine name.
return System

Parse() public static method

public static Parse ( string address ) : MsmqAddress,
address string
return MsmqAddress,

ToString() public method

Returns a string representation of the address.
public ToString ( ) : string
return string

ToString() public method

Returns a string representation of the address.
public ToString ( string qualifier ) : string
qualifier string
return string

Property Details

Machine public_oe property

public string Machine
return string

Queue public_oe property

public string Queue
return string