C# Class NServiceBus.Endpoint

Provides factory methods for creating and starting endpoint instances.
ファイルを表示 Open project: Particular/NServiceBus Class Usage Examples

Public Methods

Method Description
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.

Method Details

Create() public static method

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

Start() public static method

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