C# 클래스 AsyncHelper.Program

파일 보기 프로젝트 열기: BosphorusTeam/bosphorus.logging

공개 메소드들

메소드 설명
Program ( ILogger logger ) : System
Run ( string args ) : void
getPrimes ( int min, int count ) : IEnumerable
getPrimesAsync ( int min, int count ) : Task>

비공개 메소드들

메소드 설명
Log ( string args ) : void
Main ( string args ) : void
PrintPrimaryNumbers ( ) : void
PrintPrimaryNumbersAsync ( ) : void
Serialize ( string args ) : Task
Serialize ( string args ) : string
SerializeAsync ( string args ) : Task

메소드 상세

Program() 공개 메소드

public Program ( ILogger logger ) : System
logger ILogger
리턴 System

Run() 공개 메소드

public Run ( string args ) : void
args string
리턴 void

getPrimes() 공개 정적인 메소드

public static getPrimes ( int min, int count ) : IEnumerable
min int
count int
리턴 IEnumerable

getPrimesAsync() 공개 정적인 메소드

public static getPrimesAsync ( int min, int count ) : Task>
min int
count int
리턴 Task>