C# 클래스 MessageBus.Core.SendHelper

상속: ISendHelper
파일 보기 프로젝트 열기: parshim/MessageBus

공개 메소드들

메소드 설명
GetDataType ( DataContractKey dataContractKey ) : Type
Send ( SendParams sendParams ) : void

메소드 상세

GetDataType() 공개 메소드

public GetDataType ( DataContractKey dataContractKey ) : Type
dataContractKey DataContractKey
리턴 System.Type

Send() 공개 메소드

public Send ( SendParams sendParams ) : void
sendParams SendParams
리턴 void