Namespace: Microsoft.IdentityModel.Threading
Assembly: Microsoft.IdentityModel (in microsoft.identitymodel.dll)

Usage

Visual Basic
Dim state As Object

Dim instance As New AsyncResult(state)

Syntax

Visual Basic
Protected Sub New ( _
		state As Object _
)
C#
protected AsyncResult (
		Object state
)
C++
protected:
AsyncResult (
		Object^ state
)
J#
protected AsyncResult (
		Object state
)
JScript
protected function AsyncResult (
		state : Object
)

Parameters

state

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also