ChatThreadClient.SendTypingNotification Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SendTypingNotification(CancellationToken) |
Posts a typing event to a thread, on behalf of a user. |
SendTypingNotification(TypingNotificationOptions, CancellationToken) |
Posts a typing event to a thread, on behalf of a user. |
SendTypingNotification(CancellationToken)
- Source:
- ChatThreadClient.cs
- Source:
- ChatThreadClient.cs
Posts a typing event to a thread, on behalf of a user.
public virtual Azure.Response SendTypingNotification (System.Threading.CancellationToken cancellationToken = default);
abstract member SendTypingNotification : System.Threading.CancellationToken -> Azure.Response
override this.SendTypingNotification : System.Threading.CancellationToken -> Azure.Response
Public Overridable Function SendTypingNotification (Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
The server returned an error. See Message for details returned from the server.
Applies to
SendTypingNotification(TypingNotificationOptions, CancellationToken)
- Source:
- ChatThreadClient.cs
- Source:
- ChatThreadClient.cs
Posts a typing event to a thread, on behalf of a user.
public virtual Azure.Response SendTypingNotification (Azure.Communication.Chat.TypingNotificationOptions options, System.Threading.CancellationToken cancellationToken = default);
abstract member SendTypingNotification : Azure.Communication.Chat.TypingNotificationOptions * System.Threading.CancellationToken -> Azure.Response
override this.SendTypingNotification : Azure.Communication.Chat.TypingNotificationOptions * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function SendTypingNotification (options As TypingNotificationOptions, Optional cancellationToken As CancellationToken = Nothing) As Response
Parameters
- options
- TypingNotificationOptions
Typing notification options.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
The server returned an error. See Message for details returned from the server.
Applies to
Azure SDK for .NET