C# 클래스 NServiceBus.CallbackResponseHelper

파일 보기 프로젝트 열기: Particular/NServiceBus.Callbacks

공개 메소드들

메소드 설명
ConvertFromReturnCode ( this returnCode, Type destinationType ) : object
ConvertToReturnCode ( this returnCode ) : string

메소드 상세

ConvertFromReturnCode() 공개 정적인 메소드

public static ConvertFromReturnCode ( this returnCode, Type destinationType ) : object
returnCode this
destinationType System.Type
리턴 object

ConvertToReturnCode() 공개 정적인 메소드

public static ConvertToReturnCode ( this returnCode ) : string
returnCode this
리턴 string