コード例 #1
0
ファイル: AbstractCall.php プロジェクト: jacklicn/grpc
 /**
  * Cancels the call.
  */
 public function cancel()
 {
     $this->call->cancel();
 }