• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Show / Hide Table of Contents

Constructor Message

Message(Object, Nullable<TimeSpan>)

Initializes an instance of Message.

Declaration
public Message(object payload, TimeSpan? timeSpan = null)
Parameters
Type Name Description
System.Object payload

Payload of message.

System.Nullable<TimeSpan> timeSpan

Expiry time of message.

Back to top Copyright © 2017 Alachisoft