SynchronizationContext.SetThreadStaticContext Method
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Note: This API is now obsolete.
This member can be used only by trusted applications. If you try to use this member in a partial-trust application, your code will throw a MethodAccessException exception. This member is security-critical, which restricts its use.
[SECURITY CRITICAL]
Sets the current context for thread static data.
Namespace: System.Threading
Assembly: mscorlib (in mscorlib.dll)
Syntax
'Declaration
<SecurityCriticalAttribute> _
<ObsoleteAttribute("This is temporary method to enable synchronization contexts for Silverlight 2 Beta 2. It will be removed before RTM.")> _
Public Shared Sub SetThreadStaticContext ( _
syncContext As SynchronizationContext _
)
[SecurityCriticalAttribute]
[ObsoleteAttribute("This is temporary method to enable synchronization contexts for Silverlight 2 Beta 2. It will be removed before RTM.")]
public static void SetThreadStaticContext(
SynchronizationContext syncContext
)
Parameters
- syncContext
Type: System.Threading.SynchronizationContext
The context that is to be set.
Version Information
Silverlight
Obsolete (compiler warning) in 3
Silverlight for Windows Phone
Obsolete (compiler warning) in Windows Phone OS 7.1
Obsolete (compiler warning) in Windows Phone OS 7.0
XNA Framework
Obsolete (compiler warning) in Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.