C# Class Paralect.ServiceBus.TransportEndpointAddress

Mostra file Open project: paralect/Paralect.ServiceBus Class Usage Examples

Public Methods

Method Description
GetFormatName ( ) : String
GetFriendlyName ( ) : String
GetLocalName ( ) : String
TransportEndpointAddress ( String path ) : System

Should be in the format: QueueName@ComputerName

Method Details

GetFormatName() public method

public GetFormatName ( ) : String
return String

GetFriendlyName() public method

public GetFriendlyName ( ) : String
return String

GetLocalName() public method

public GetLocalName ( ) : String
return String

TransportEndpointAddress() public method

Should be in the format: QueueName@ComputerName
public TransportEndpointAddress ( String path ) : System
path String
return System