Opc.Ua.Core
ThreadContext Property



Opc.Ua Namespace > ServiceMessageContext Class : ThreadContext Property
The default context for the thread (used only during XML serialization).
Syntax
'Declaration
 
Public Shared Property ThreadContext As ServiceMessageContext
'Usage
 
Dim value As ServiceMessageContext
 
ServiceMessageContext.ThreadContext = value
 
value = ServiceMessageContext.ThreadContext
public static ServiceMessageContext ThreadContext {get; set;}
public:
static property ServiceMessageContext^ ThreadContext {
   ServiceMessageContext^ get();
   void set (    ServiceMessageContext^ value);
}
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

ServiceMessageContext Class
ServiceMessageContext Members