C# Class NServiceBus.EndpointInstanceExtensions

Provides MSMQ-specific extensions to routing.
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
AtMachine ( this instance, string machineName ) : EndpointInstance

Returns an endpoint instance bound to a given machine name.

Method Details

AtMachine() public static method

Returns an endpoint instance bound to a given machine name.
public static AtMachine ( this instance, string machineName ) : EndpointInstance
instance this A plain instance.
machineName string Machine name.
return EndpointInstance