Пространство имен: Microsoft.IdentityModel.Threading
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

Использование

Visual Basic
Dim state As Object

Dim instance As New TypedAsyncResult(Of T)(state)

Синтаксис

Visual Basic
Public Sub New ( _
		state As Object _
)
C#
public TypedAsyncResult (
		Object state
)
C++
public:
TypedAsyncResult (
		Object^ state
)
J#
public TypedAsyncResult (
		Object state
)
JScript
public function TypedAsyncResult (
		state : Object
)

Параметры

state

Платформы

Платформа разработки

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

См. также