C# Class Hangfire.Raven.Examples.Console.Services

Mostrar archivo Open project: cady-io/hangfire-ravendb

Public Methods

Method Description
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

Private Methods

Method Description
Args ( string name, int authorId, System.DateTime createdAt ) : void
EmptyCritical ( ) : void
Error ( ) : void
Random ( int number ) : void

Method Details

Cancelable() public method

public Cancelable ( int iterationCount, IJobCancellationToken token ) : void
iterationCount int
token IJobCancellationToken
return void

Custom() public method

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

EmptyDefault() public method

public EmptyDefault ( ) : void
return void

FullArgs() public method

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
return void

Write() public method

public Write ( char character ) : void
character char
return void

WriteBlankLine() public method

public WriteBlankLine ( ) : void
return void