Udostępnij za pośrednictwem


WebRequestErrorEvent.ThreadInformation Właściwość

Definicja

Pobiera informacje o wątku aplikacji.

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

Wartość właściwości

WebThreadInformation

Informacje o wątku aplikacji.

Przykłady

W poniższym przykładzie kodu pokazano, jak uzyskać ThreadInformation wartość właściwości.

// 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

Uwagi

Standardowe informacje o wątku są definiowane przez klasę WebThreadInformation .

Dotyczy

Zobacz też