JsonRpcDisconnectedEventArgs.LastMessage Vlastnost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Upozornění
Toto rozhraní API je teď zastaralé.
Upozornění
Avoid using properties that assume the message is exchanged by JToken.
Získá poslední zprávu.
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
Hodnota vlastnosti
Newtonsoft.Json.Linq.JToken
- Atributy