MessageSentEventArgs.CancellationToken Property
OBSOLETE
This property is obsolete and will be removed in a future version. Use CancellationToken instead.
Specifies an object that propagates a cancellation notification.
Namespace: DevExpress.AIIntegration.Blazor.Chat
Assembly: DevExpress.AIIntegration.Blazor.Chat.v26.1.dll
Declaration
[Obsolete("This property is obsolete and will be removed in a future version. Use MessageSendingEventArgs.CancellationToken instead.")]
public CancellationToken CancellationToken { get; }
Property Value
| Type | Description |
|---|---|
| CancellationToken | An object that propagates a cancellation notification. |
See Also