C# Class NServiceBus.CallbackResponseHelper

Afficher le fichier Open project: Particular/NServiceBus.Callbacks

Méthodes publiques

Méthode Description
ConvertFromReturnCode ( this returnCode, Type destinationType ) : object
ConvertToReturnCode ( this returnCode ) : string

Method Details

ConvertFromReturnCode() public static méthode

public static ConvertFromReturnCode ( this returnCode, Type destinationType ) : object
returnCode this
destinationType System.Type
Résultat object

ConvertToReturnCode() public static méthode

public static ConvertToReturnCode ( this returnCode ) : string
returnCode this
Résultat string