C# 클래스 NServiceBus.Timeout.Core.TimeoutsChunk.Timeout

Represents a timeout.
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
Timeout ( string id, System.DateTime dueTime ) : System

Creates a new instance of a timeout representation.

메소드 상세

Timeout() 공개 메소드

Creates a new instance of a timeout representation.
public Timeout ( string id, System.DateTime dueTime ) : System
id string The id of the timeout.
dueTime System.DateTime The due time of the timeout.
리턴 System