共用方式為


SignalRMessage.Arguments Property

Definition

Gets or sets the message arguments.

[Newtonsoft.Json.JsonProperty("arguments")]
[Newtonsoft.Json.JsonRequired]
public object[] Arguments { get; set; }
[<Newtonsoft.Json.JsonProperty("arguments")>]
[<Newtonsoft.Json.JsonRequired>]
member this.Arguments : obj[] with get, set
Public Property Arguments As Object()

Property Value

Object[]
Attributes
Newtonsoft.Json.JsonPropertyAttribute Newtonsoft.Json.JsonRequiredAttribute

Applies to