RouteResultResult Property |
Gets an object that was returned by the message handler that handled the message.
The value of this property may be null.
Namespace: Rock.Messaging.RoutingAssembly: Rock.Messaging (in Rock.Messaging.dll) Version: 0.9.3
Syntaxpublic Object Result { get; }
Public ReadOnly Property Result As Object
Get
public:
property Object^ Result {
Object^ get ();
}
member Result : Object with get
Property Value
Type:
Object
See Also