C# 클래스 DotNetWorkQueue.QueueStatus.SystemEntry

Generic name/value store for queue information
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
SystemEntry ( string name, string value )

Initializes a new instance of the SystemEntry class.

메소드 상세

SystemEntry() 공개 메소드

Initializes a new instance of the SystemEntry class.
public SystemEntry ( string name, string value )
name string The name.
value string The value.