Class InheritFromCurrentProcessingMessage
Inheritance
InheritFromCurrentProcessingMessage
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class InheritFromCurrentProcessingMessage : LowLevelPriorityRelatedConfigurationBase
Properties
Adds result of this model to the enqueued message
Declaration
[JsonProperty("attachResultAsTag", Required = Required.Always)]
public bool AttachResultAsTag { get; set; }
Property Value
Whether an attached result from AttachResultAsTag> should be used as result
Declaration
[JsonProperty("ignoreIncomingTag", Required = Required.Always)]
public bool IgnoreIncomingTag { get; set; }
Property Value
Methods
Declaration
public static InheritFromCurrentProcessingMessage FromJson(string data)
Parameters
Returns