コード例 #1
0
 internal DdpMethodResultEventArgs(String callId, MethodError error)
 {
     this.CallId = callId;
     this.Error = error;
 }
コード例 #2
0
 internal DdpMethodResultEventArgs(String callId, MethodError error, String result)
 {
     this.CallId = callId;
     this.Error  = error;
     this.Result = result;
 }
コード例 #3
0
 internal DdpMethodResultEventArgs(String callId, MethodError error)
 {
     this.CallId = callId;
     this.Error  = error;
 }