C# Class Tp.Integration.Messages.ServiceBus.Transport.MessageLabel

Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
MessageLabel ( string windowsIdentityName, string idForCorrelation ) : System
Parse ( string label ) : MessageLabel
ToString ( ) : string

Private Methods

Method Description
GetIdForCorrelation ( string label ) : string
GetWindowsIdentityName ( string label ) : string

Method Details

MessageLabel() public method

public MessageLabel ( string windowsIdentityName, string idForCorrelation ) : System
windowsIdentityName string
idForCorrelation string
return System

Parse() public static method

public static Parse ( string label ) : MessageLabel
label string
return MessageLabel

ToString() public method

public ToString ( ) : string
return string