Wait() 공개 메소드

public Wait ( ) : void
리턴 void
예제 #1
0
 public void Wait() => _client.Wait();
예제 #2
0
 public Task Wait() => _client.Wait();