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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET