Dela via


JsonRpcRequest.IsNotification Property

Definition

Gets a value indicating whether this is a notification, and no response is expected.

[System.Runtime.Serialization.IgnoreDataMember]
public bool IsNotification { get; }
[System.Runtime.Serialization.IgnoreDataMember]
[System.Text.Json.Serialization.JsonIgnore]
public bool IsNotification { get; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.IsNotification : bool
[<System.Runtime.Serialization.IgnoreDataMember>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.IsNotification : bool
Public ReadOnly Property IsNotification As Boolean

Property Value

Attributes

Applies to