C# 클래스 Hangfire.Raven.Examples.Console.Services

파일 보기 프로젝트 열기: cady-io/hangfire-ravendb

공개 메소드들

메소드 설명
Cancelable ( int iterationCount, IJobCancellationToken token ) : void
Custom ( int id, string values, CustomObject objects, DayOfWeek dayOfWeek ) : void
EmptyDefault ( ) : void
FullArgs ( bool b, int i, char c, DayOfWeek e, string s, System.TimeSpan t, System.DateTime d, CustomObject o, string sa, int ia, long ea, object na, List sl ) : void
Write ( char character ) : void
WriteBlankLine ( ) : void

비공개 메소드들

메소드 설명
Args ( string name, int authorId, System.DateTime createdAt ) : void
EmptyCritical ( ) : void
Error ( ) : void
Random ( int number ) : void

메소드 상세

Cancelable() 공개 메소드

public Cancelable ( int iterationCount, IJobCancellationToken token ) : void
iterationCount int
token IJobCancellationToken
리턴 void

Custom() 공개 메소드

public Custom ( int id, string values, CustomObject objects, DayOfWeek dayOfWeek ) : void
id int
values string
objects CustomObject
dayOfWeek DayOfWeek
리턴 void

EmptyDefault() 공개 메소드

public EmptyDefault ( ) : void
리턴 void

FullArgs() 공개 메소드

public FullArgs ( bool b, int i, char c, DayOfWeek e, string s, System.TimeSpan t, System.DateTime d, CustomObject o, string sa, int ia, long ea, object na, List sl ) : void
b bool
i int
c char
e DayOfWeek
s string
t System.TimeSpan
d System.DateTime
o CustomObject
sa string
ia int
ea long
na object
sl List
리턴 void

Write() 공개 메소드

public Write ( char character ) : void
character char
리턴 void

WriteBlankLine() 공개 메소드

public WriteBlankLine ( ) : void
리턴 void