You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Receive messages continuously from the entity. Registers a message handler and begins a new thread to receive messages.
68
-
/// This handler(<see cref="Func{Message, CancellationToken, Task}"/>) is awaited on every time a new message is received by the receiver.
69
-
/// </summary>
70
-
/// <param name="handler">A <see cref="Func{Message, CancellationToken, Task}"/> that processes messages.</param>
71
-
/// <param name="exceptionReceivedHandler">A <see cref="Func{T1, TResult}"/> that is invoked during exceptions.
72
-
/// <see cref="ExceptionReceivedEventArgs"/> contains contextual information regarding the exception.</param>
73
-
/// <remarks>Enable prefetch to speed up the receive rate.
74
-
/// Use <see cref="RegisterMessageHandler(Func{Message,CancellationToken,Task}, MessageHandlerOptions)"/> to configure the settings of the pump.</remarks>
0 commit comments