SdkRequest.ToBrokeredMessage Method (String)
Applies To: Dynamics Marketing
Creates a new brokered message with the compressed and serialized SdkMessage.
Namespace: Microsoft.Dynamics.Marketing.SDK.Common
Assembly: Microsoft.Dynamics.Marketing.SDK (in Microsoft.Dynamics.Marketing.SDK.dll)
Syntax
public BrokeredMessage ToBrokeredMessage(
string replyToSessionId
)
public:
BrokeredMessage^ ToBrokeredMessage(
String^ replyToSessionId
)
member ToBrokeredMessage :
replyToSessionId:string -> BrokeredMessage
Public Function ToBrokeredMessage (
replyToSessionId As String
) As BrokeredMessage
Parameters
replyToSessionId
Type: System.StringThe originating session ID.
Return Value
Type: Microsoft.ServiceBus.Messaging.BrokeredMessage
Type: Int16
See Also
ToBrokeredMessage Overload
SdkRequest Class
Microsoft.Dynamics.Marketing.SDK.Common Namespace
Return to top