C# Class NServiceBus.Endpoint

Provides factory methods for creating and starting endpoint instances.
Afficher le fichier Open project: Particular/NServiceBus Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Start() public static méthode

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