HttpPropertyKeys.SynchronizationContextKey Field
Provides a key for the current SynchronizationContext stored in Properties(). If Current() is null then no context is stored.
Namespace: System.Web.Http.Hosting
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Shared ReadOnly SynchronizationContextKey As String
'Usage
Dim value As String
value = HttpPropertyKeys.SynchronizationContextKey
public static readonly string SynchronizationContextKey
public:
static initonly String^ SynchronizationContextKey
static val SynchronizationContextKey: string
public static final var SynchronizationContextKey : String