RoutingMessage Constructors
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.
Overloads
RoutingMessage() |
Initializes a new instance of the RoutingMessage class. |
RoutingMessage(String, IDictionary<String,String>, IDictionary<String,String>) |
Initializes a new instance of the RoutingMessage class. |
RoutingMessage()
Initializes a new instance of the RoutingMessage class.
public RoutingMessage ();
Public Sub New ()
Applies to
RoutingMessage(String, IDictionary<String,String>, IDictionary<String,String>)
Initializes a new instance of the RoutingMessage class.
public RoutingMessage (string body = default, System.Collections.Generic.IDictionary<string,string> appProperties = default, System.Collections.Generic.IDictionary<string,string> systemProperties = default);
new Microsoft.Azure.Management.IotHub.Models.RoutingMessage : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.IotHub.Models.RoutingMessage
Public Sub New (Optional body As String = Nothing, Optional appProperties As IDictionary(Of String, String) = Nothing, Optional systemProperties As IDictionary(Of String, String) = Nothing)
Parameters
- body
- String
Body of routing message
- appProperties
- IDictionary<String,String>
App properties
- systemProperties
- IDictionary<String,String>
System properties
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET