From f63f431a9cf4c56566ee67f03db9ee4aa0d0e20e Mon Sep 17 00:00:00 2001 From: mayuki Date: Thu, 21 Mar 2024 07:22:15 +0000 Subject: [PATCH] deploy: cf5e50a11983acda1c0843698454391770308699 --- ....Client.IStreamingHubDiagnosticHandler.html | 8 +++++--- manifest.json | 2 +- xrefmap.yml | 18 +++++++++--------- 3 files changed, 15 insertions(+), 13 deletions(-) diff --git a/api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html b/api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html index 79d6b9abd..1b0178dae 100644 --- a/api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html +++ b/api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html @@ -120,7 +120,7 @@

Methods - OnRequestEnd<THub, TResponse>(THub, Guid, String, TResponse) + OnRequestEnd<THub, TResponse>(THub, Guid, String, TResponse, Nullable<Exception>)

[Preview] The callback method at the end of a Hub method request. This API may change in the future.

@@ -224,13 +224,13 @@

Type Parameters
-

OnRequestEnd<THub, TResponse>(THub, Guid, String, TResponse)

+

OnRequestEnd<THub, TResponse>(THub, Guid, String, TResponse, Nullable<Exception>)

[Preview] The callback method at the end of a Hub method request. This API may change in the future.

-
void OnRequestEnd<THub, TResponse>(THub hubInstance, Guid requestId, string methodName, TResponse response)
+
void OnRequestEnd<THub, TResponse>(THub hubInstance, Guid requestId, string methodName, TResponse response, Exception? exception)
@@ -244,6 +244,8 @@
Parameters
response TResponse
+
exception System.Nullable<Exception>
+
diff --git a/manifest.json b/manifest.json index 4e7831b78..934217715 100644 --- a/manifest.json +++ b/manifest.json @@ -153,7 +153,7 @@ "output": { ".html": { "relative_path": "api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html", - "hash": "Bh7mZborfd8kubz1ZG96dDQlfsxwnMy1Nizeecjlmpw=" + "hash": "qFS8oRDKYxFGWNQbrAgNCYBPtg1Q3czCar9kEEmKk1M=" } }, "is_incremental": false, diff --git a/xrefmap.yml b/xrefmap.yml index 8534037d7..ac7436575 100644 --- a/xrefmap.yml +++ b/xrefmap.yml @@ -843,15 +843,15 @@ references: isSpec: "True" fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd nameWithType: IStreamingHubDiagnosticHandler.OnRequestEnd -- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1) - name: OnRequestEnd(THub, Guid, String, TResponse) - href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd__2___0_Guid_System_String___1_ - commentId: M:MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1) - name.vb: OnRequestEnd(Of THub, TResponse)(THub, Guid, String, TResponse) - fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd(THub, Guid, System.String, TResponse) - fullName.vb: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd(Of THub, TResponse)(THub, Guid, System.String, TResponse) - nameWithType: IStreamingHubDiagnosticHandler.OnRequestEnd(THub, Guid, String, TResponse) - nameWithType.vb: IStreamingHubDiagnosticHandler.OnRequestEnd(Of THub, TResponse)(THub, Guid, String, TResponse) +- uid: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1,System.Nullable{Exception}) + name: OnRequestEnd(THub, Guid, String, TResponse, Nullable) + href: api/MagicOnion.Client.IStreamingHubDiagnosticHandler.html#MagicOnion_Client_IStreamingHubDiagnosticHandler_OnRequestEnd__2___0_Guid_System_String___1_System_Nullable_Exception__ + commentId: M:MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd``2(``0,Guid,System.String,``1,System.Nullable{Exception}) + name.vb: OnRequestEnd(Of THub, TResponse)(THub, Guid, String, TResponse, Nullable(Of Exception)) + fullName: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd(THub, Guid, System.String, TResponse, System.Nullable) + fullName.vb: MagicOnion.Client.IStreamingHubDiagnosticHandler.OnRequestEnd(Of THub, TResponse)(THub, Guid, System.String, TResponse, System.Nullable(Of Exception)) + nameWithType: IStreamingHubDiagnosticHandler.OnRequestEnd(THub, Guid, String, TResponse, Nullable) + nameWithType.vb: IStreamingHubDiagnosticHandler.OnRequestEnd(Of THub, TResponse)(THub, Guid, String, TResponse, Nullable(Of Exception)) - uid: MagicOnion.Client.MagicOnionClient name: MagicOnionClient href: api/MagicOnion.Client.MagicOnionClient.html