C# 클래스 MassTransit.Turnout.JobRoster

Maintains the jobs for a turnout
상속: IJobRoster
파일 보기 프로젝트 열기: phatboyg/MassTransit

공개 메소드들

메소드 설명
Add ( System.Guid jobId, JobHandle jobReference ) : void
JobRoster ( ) : System
RemoveJob ( System.Guid jobId ) : void
TryGetJob ( System.Guid jobId, JobHandle &jobReference ) : bool

메소드 상세

Add() 공개 메소드

public Add ( System.Guid jobId, JobHandle jobReference ) : void
jobId System.Guid
jobReference JobHandle
리턴 void

JobRoster() 공개 메소드

public JobRoster ( ) : System
리턴 System

RemoveJob() 공개 메소드

public RemoveJob ( System.Guid jobId ) : void
jobId System.Guid
리턴 void

TryGetJob() 공개 메소드

public TryGetJob ( System.Guid jobId, JobHandle &jobReference ) : bool
jobId System.Guid
jobReference JobHandle
리턴 bool