C# 클래스 Tp.Integration.Messages.ServiceBus.Transport.MessageLabel

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
MessageLabel ( string windowsIdentityName, string idForCorrelation ) : System
Parse ( string label ) : MessageLabel
ToString ( ) : string

비공개 메소드들

메소드 설명
GetIdForCorrelation ( string label ) : string
GetWindowsIdentityName ( string label ) : string

메소드 상세

MessageLabel() 공개 메소드

public MessageLabel ( string windowsIdentityName, string idForCorrelation ) : System
windowsIdentityName string
idForCorrelation string
리턴 System

Parse() 공개 정적인 메소드

public static Parse ( string label ) : MessageLabel
label string
리턴 MessageLabel

ToString() 공개 메소드

public ToString ( ) : string
리턴 string