C# 클래스 YumaPos.UploadFileServer.FileSystem.FileOperations

상속: IFileOperations
파일 보기 프로젝트 열기: yumapos/Yumasoft-UploadServer

공개 메소드들

메소드 설명
AddFile ( string path, byte data ) : System.Threading.Tasks.Task
GetFile ( string path ) : Task
RemoveFile ( string path ) : void

메소드 상세

AddFile() 공개 메소드

public AddFile ( string path, byte data ) : System.Threading.Tasks.Task
path string
data byte
리턴 System.Threading.Tasks.Task

GetFile() 공개 메소드

public GetFile ( string path ) : Task
path string
리턴 Task

RemoveFile() 공개 메소드

public RemoveFile ( string path ) : void
path string
리턴 void