SignalRMessage.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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