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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET