コード例 #1
0
 public void Yield(IWampCallee callee, long requestId, YieldOptions options)
 {
     mHandler.Yield(callee, requestId, options);
 }