ConfigurableMessageAddressConverter.TryParseAddressIntoMessageProperties(String, IMessage) Method
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.
public bool TryParseAddressIntoMessageProperties (string address, Microsoft.Azure.Devices.ProtocolGateway.Messaging.IMessage message);
abstract member TryParseAddressIntoMessageProperties : string * Microsoft.Azure.Devices.ProtocolGateway.Messaging.IMessage -> bool
override this.TryParseAddressIntoMessageProperties : string * Microsoft.Azure.Devices.ProtocolGateway.Messaging.IMessage -> bool
Public Function TryParseAddressIntoMessageProperties (address As String, message As IMessage) As Boolean
Parameters
- address
- System.String
- message
- IMessage
Returns
- System.Boolean