From 47104746ec635face0ff73569c6c8a04997ca5df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C5=BEe=20Vodovnik?= Date: Mon, 8 Mar 2021 18:33:23 +0100 Subject: [PATCH] docs(dotnet): marking methods async (#5751) --- docs/src/api/class-websocket.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/api/class-websocket.md b/docs/src/api/class-websocket.md index 626335f914..fd258d80a8 100644 --- a/docs/src/api/class-websocket.md +++ b/docs/src/api/class-websocket.md @@ -63,7 +63,7 @@ Event name, same one would pass into `webSocket.on(event)`. Either a predicate that receives an event or an options object. Optional. -## method: WebSocket.waitForFrameReceived +## async method: WebSocket.waitForFrameReceived * langs: csharp, java - returns: <[WebSocketFrame]> @@ -78,7 +78,7 @@ Receives the [WebSocketFrame] object and resolves to truthy value when the waiti ### option: WebSocket.waitForFrameReceived.timeout = %%-wait-for-event-timeout-%% -## method: WebSocket.waitForFrameSent +## async method: WebSocket.waitForFrameSent * langs: csharp, java - returns: <[WebSocketFrame]>