C# Class DotNetWorkQueue.Configuration.BaseRpcConnection

Base RPC queue information
Exibir arquivo Open project: blehnen/DotNetWorkQueue

Public Methods

Method Description
GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation

Gets the connection.

Method Details

GetConnection() public abstract method

Gets the connection.
public abstract GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation
connectionType ConnectionTypes Type of the connection.
return IConnectionInformation