C# 클래스 DotNetWorkQueue.Factory.RpcContextFactory

Creates new instance of IRpcContext
상속: IRpcContextFactory
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue

공개 메소드들

메소드 설명
Create ( IMessageId messageId, System.TimeSpan timeout ) : IRpcContext

Creates new instance of IRpcContext

메소드 상세

Create() 공개 메소드

Creates new instance of IRpcContext
public Create ( IMessageId messageId, System.TimeSpan timeout ) : IRpcContext
messageId IMessageId The message identifier.
timeout System.TimeSpan The timeout.
리턴 IRpcContext