Class MethodResponse
Represents a service response.
Inheritance
System.Object
MethodResponse
Namespace: Copper.Messaging.Service
Assembly: Copper.Remoting.MassTransit.Common.dll
Syntax
[Obsolete("Used to enable backwards compatibility with Copper 2.x versions due to poor extensibility of the MT MessageType property. See https://github.com/MassTransit/MassTransit/blob/15733c236d8f5b79977d8a787a3d2b23ff495b8a/src/MassTransit/MessageUrn.cs")]
public class MethodResponse : IMethodResponse, IMethodResponse
Properties
View SourceMessage
Gets or sets the response message.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String | The response message. |