C# 클래스 Configuration.MessageConventions

파일 보기 프로젝트 열기: Compassion/ChildPoolDemo

공개 메소드들

메소드 설명
DefineMessageConventions ( this configure, string endpointName ) : Configure

Defines the conventions to determine what constitutes a Message, Command, or an Event. Messages are defined as classes or interfaces found in a namespace ending with Requests, Responses, or Timeouts. Commands are defined as classes or interfaces found in a namespace ending with Commands. Events are defined as classes or interfaces found in a namespace ending with Events.

메소드 상세

DefineMessageConventions() 공개 정적인 메소드

Defines the conventions to determine what constitutes a Message, Command, or an Event. Messages are defined as classes or interfaces found in a namespace ending with Requests, Responses, or Timeouts. Commands are defined as classes or interfaces found in a namespace ending with Commands. Events are defined as classes or interfaces found in a namespace ending with Events.
public static DefineMessageConventions ( this configure, string endpointName ) : Configure
configure this The NServiceBus Configure object.
endpointName string The name that the endpoint will be called.
리턴 Configure