WebRequestErrorEvent.ThreadInformation Eigenschap

Definitie

Haalt de informatie over de toepassingsthread op.

public:
 property System::Web::Management::WebThreadInformation ^ ThreadInformation { System::Web::Management::WebThreadInformation ^ get(); };
public System.Web.Management.WebThreadInformation ThreadInformation { get; }
member this.ThreadInformation : System.Web.Management.WebThreadInformation
Public ReadOnly Property ThreadInformation As WebThreadInformation

Waarde van eigenschap

De informatie over de toepassingsthread.

Voorbeelden

In het volgende codevoorbeeld ziet u hoe u de ThreadInformation eigenschapswaarde kunt verkrijgen.

// Obtains the current thread information.
public string GetThreadInfo()
{
    string threadInfo = GetThreadInfo();
    return threadInfo;
}
' Obtains the current thread information.
Public Function GetThreadInfo() As String
   Dim threadInfo As String = GetThreadInfo()
   Return threadInfo
End Function 'GetThreadInfo

Opmerkingen

De standaardthreadgegevens worden gedefinieerd door de WebThreadInformation klasse.

Van toepassing op

Zie ook