IStreamingHubDiagnosticHandler.InvokeMethodDelegate<TRequest, TResponse> Delegate +
+Namespace: MagicOnion.Client
+Assembly: MagicOnion.Client.dll
+ + + + +
+
+
+
+
+
+ public delegate Task<TResponse> InvokeMethodDelegate<TRequest, TResponse>(int methodId, TRequest value);
+ Parameters
+-
+
methodId
System.Int32
+
+ value
TRequest
+
+
Returns
+-
+
- Task<TResponse> + +
Type Parameters
+-
+
TRequest
+
+ TResponse
+
+