JsonRpcDisconnectedEventArgs.LastMessage Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
Cette API est à présent déconseillée.
Attention
Avoid using properties that assume the message is exchanged by JToken.
Obtient le dernier message.
public string LastMessage { get; }
public Newtonsoft.Json.Linq.JToken LastMessage { get; }
public Newtonsoft.Json.Linq.JToken? LastMessage { get; }
[System.Obsolete]
public Newtonsoft.Json.Linq.JToken? LastMessage { get; }
[System.Obsolete("Avoid using properties that assume the message is exchanged by JToken.")]
public Newtonsoft.Json.Linq.JToken? LastMessage { get; }
member this.LastMessage : string
member this.LastMessage : Newtonsoft.Json.Linq.JToken
[<System.Obsolete>]
member this.LastMessage : Newtonsoft.Json.Linq.JToken
[<System.Obsolete("Avoid using properties that assume the message is exchanged by JToken.")>]
member this.LastMessage : Newtonsoft.Json.Linq.JToken
Public ReadOnly Property LastMessage As String
Public ReadOnly Property LastMessage As JToken
Valeur de propriété
Newtonsoft.Json.Linq.JToken
- Attributs