Opc.Ua.Core
MessageContext Property (ApplicationConfiguration)



Opc.Ua Namespace > ApplicationConfiguration Class : MessageContext Property
Creates the message context from the configuration.
Syntax
'Declaration
 
<ObsoleteAttribute("Warning: Behavior changed return a copy instead of a reference. Should call CreateMessageContext() instead.")>
Public ReadOnly Property MessageContext As IServiceMessageContext
'Usage
 
Dim instance As ApplicationConfiguration
Dim value As IServiceMessageContext
 
value = instance.MessageContext
[Obsolete("Warning: Behavior changed return a copy instead of a reference. Should call CreateMessageContext() instead.")]
public IServiceMessageContext MessageContext {get;}
[Obsolete("Warning: Behavior changed return a copy instead of a reference. Should call CreateMessageContext() instead.")]
public:
property IServiceMessageContext^ MessageContext {
   IServiceMessageContext^ get();
}

Property Value

A new instance of a ServiceMessageContext object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ApplicationConfiguration Class
ApplicationConfiguration Members