Update() 공개 메소드

public Update ( ) : Task
리턴 Task
예제 #1
0
 public async Task Update()
 {
     await Client.Update();
 }