Click or drag to resize
BasicMessageMetadataUtility Methods

[This is preliminary documentation and is subject to change.]

The BasicMessageMetadataUtility type exposes the following members.

Methods
  NameDescription
Public methodStatic member void SetMetadataT(IBasicMessage, T)
Public methodStatic memberBooleanTryGetMetadataT(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))
Top
See Also