MessageEventArgsMessage Property |
Gets the message created as part of the event
Namespace:
AGI.Foundation.Infrastructure.Threading
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Object Message { get; }
Public ReadOnly Property Message As Object
Get
public:
property Object^ Message {
Object^ get ();
}
member Message : Object with get
Property Value
Type:
ObjectSee Also