C# Class MessageBus.Core.SendHelper

Inheritance: ISendHelper
Afficher le fichier Open project: parshim/MessageBus

Méthodes publiques

Méthode Description
GetDataType ( DataContractKey dataContractKey ) : Type
Send ( SendParams sendParams ) : void

Method Details

GetDataType() public méthode

public GetDataType ( DataContractKey dataContractKey ) : Type
dataContractKey DataContractKey
Résultat System.Type

Send() public méthode

public Send ( SendParams sendParams ) : void
sendParams SendParams
Résultat void