BasicMessageMetadataUtility Methods |
[This is preliminary documentation and is subject to change.]
The BasicMessageMetadataUtility type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() ![]() | void | SetMetadataT(IBasicMessage, T) | |
![]() ![]() | Boolean | TryGetMetadataT(IBasicMessage, T) |
WARNING: THIS METHODS RETURN VALUE IS UNRELIABLE. This method will return true even if the type of T can't get parsed from message.FormaterMetaData's json if the string is a valid json
At the same time T output in this case will become a new instance of the type T with default values set(new T() instead of default(T))
|