C# 클래스 ShowMeMetro.Models.ShowsFile

파일 보기 프로젝트 열기: michaellperry/AsyncWin8

공개 메소드들

메소드 설명
GetFileExistsAsync ( ) : Task
ReadDocumentAsync ( ) : Task
WriteDocumentAsync ( ShowsDocument document ) : System.Threading.Tasks.Task

메소드 상세

GetFileExistsAsync() 공개 메소드

public GetFileExistsAsync ( ) : Task
리턴 Task

ReadDocumentAsync() 공개 메소드

public ReadDocumentAsync ( ) : Task
리턴 Task

WriteDocumentAsync() 공개 메소드

public WriteDocumentAsync ( ShowsDocument document ) : System.Threading.Tasks.Task
document ShowsDocument
리턴 System.Threading.Tasks.Task