C# 클래스 NServiceBus.Endpoint

Provides factory methods for creating and starting endpoint instances.
파일 보기 프로젝트 열기: Particular/NServiceBus 1 사용 예제들

공개 메소드들

메소드 설명
Create ( EndpointConfiguration configuration ) : Task

Creates a new startable endpoint based on the provided configuration.

Start ( EndpointConfiguration configuration ) : Task

Creates and starts a new endpoint based on the provided configuration.

메소드 상세

Create() 공개 정적인 메소드

Creates a new startable endpoint based on the provided configuration.
public static Create ( EndpointConfiguration configuration ) : Task
configuration EndpointConfiguration Configuration.
리턴 Task

Start() 공개 정적인 메소드

Creates and starts a new endpoint based on the provided configuration.
public static Start ( EndpointConfiguration configuration ) : Task
configuration EndpointConfiguration Configuration.
리턴 Task