Click or drag to resize
BasicMessageMetadataUtility Class

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

[Missing <summary> documentation for "T:Netadmin.Management.Messaging.Implementation.BasicMessageMetadataUtility"]

Inheritance Hierarchy
SystemObject
  Netadmin.Management.Messaging.ImplementationBasicMessageMetadataUtility

Namespace: Netadmin.Management.Messaging.Implementation
Assembly: Netadmin.Management (in Netadmin.Management.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public static class BasicMessageMetadataUtility

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