Share via


IMessageAddressConverter.TryParseAddressIntoMessageProperties Method

Definition

public bool TryParseAddressIntoMessageProperties (string address, Microsoft.Azure.Devices.ProtocolGateway.Messaging.IMessage message);
abstract member TryParseAddressIntoMessageProperties : string * Microsoft.Azure.Devices.ProtocolGateway.Messaging.IMessage -> bool
Public Function TryParseAddressIntoMessageProperties (address As String, message As IMessage) As Boolean

Parameters

address
String
message
IMessage

Returns

Applies to