C# 클래스 MsmqAddress, MsmqReturnToSourceQueue

파일 보기 프로젝트 열기: ParticularLabs/MsmqReturnToSourceQueue 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Machine string
Queue string

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
ApplyLocalMachineConventions ( string machineName ) : string

메소드 상세

MsmqAddress() 공개 메소드

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.
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string address ) : MsmqAddress,
address string
리턴 MsmqAddress,

ToString() 공개 메소드

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

ToString() 공개 메소드

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

프로퍼티 상세

Machine 공개적으로 프로퍼티

public string Machine
리턴 string

Queue 공개적으로 프로퍼티

public string Queue
리턴 string