Share via


JsonRpcDisconnectedEventArgs.LastMessage Property

Definition

Caution

This API is now deprecated.

Caution

Avoid using properties that assume the message is exchanged by JToken.

Gets the last 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

Property Value

Newtonsoft.Json.Linq.JToken
Attributes

Applies to