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: 23.1.416.0 (23.1.416.0)
Syntaxpublic Object Message { get; }
Public ReadOnly Property Message As Object
Get
public:
property Object^ Message {
Object^ get ();
}
member Message : Object with get
Property Value
Type:
Object
See Also