C# 클래스 DotNetWorkQueue.Transport.Redis.Basic.RedisQueueRpcConnection

Connection information for Rpc
상속: DotNetWorkQueue.Configuration.BaseRpcConnection
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation

Gets the connection.

RedisQueueRpcConnection ( string connection, string queue ) : DotNetWorkQueue.Configuration

Initializes a new instance of the RedisQueueRpcConnection class.

메소드 상세

GetConnection() 공개 메소드

Gets the connection.
public GetConnection ( ConnectionTypes connectionType ) : IConnectionInformation
connectionType ConnectionTypes Type of the connection.
리턴 IConnectionInformation

RedisQueueRpcConnection() 공개 메소드

Initializes a new instance of the RedisQueueRpcConnection class.
public RedisQueueRpcConnection ( string connection, string queue ) : DotNetWorkQueue.Configuration
connection string The connection.
queue string The queue.
리턴 DotNetWorkQueue.Configuration