C# 클래스 StarryEyes.Models.Databases.AccountProxy

파일 보기 프로젝트 열기: karno/StarryEyes

공개 메소드들

메소드 설명
AddAccountAsync ( long id ) : System.Threading.Tasks.Task
GetAccountsAsync ( ) : Task>
RemoveAccountAsync ( long id ) : System.Threading.Tasks.Task
RemoveAllAccountsAsync ( ) : System.Threading.Tasks.Task

메소드 상세

AddAccountAsync() 공개 정적인 메소드

public static AddAccountAsync ( long id ) : System.Threading.Tasks.Task
id long
리턴 System.Threading.Tasks.Task

GetAccountsAsync() 공개 정적인 메소드

public static GetAccountsAsync ( ) : Task>
리턴 Task>

RemoveAccountAsync() 공개 정적인 메소드

public static RemoveAccountAsync ( long id ) : System.Threading.Tasks.Task
id long
리턴 System.Threading.Tasks.Task

RemoveAllAccountsAsync() 공개 정적인 메소드

public static RemoveAllAccountsAsync ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task