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

Usage

Visual Basic
Dim ar As IAsyncResult
Dim requestAction As String
Dim responseAction As String
Dim trustNamespace As String
Dim returnValue As Message

returnValue = Me.EndProcessCore(ar, requestAction, responseAction, trustNamespace)

Syntax

Visual Basic
Protected Overridable Function EndProcessCore ( _
		ar As IAsyncResult, _
		requestAction As String, _
		responseAction As String, _
		trustNamespace As String _
) As Message
C#
protected virtual Message EndProcessCore (
		IAsyncResult ar,
		string requestAction,
		string responseAction,
		string trustNamespace
)
C++
protected:
virtual Message^ EndProcessCore (
		IAsyncResult^ ar, 
		String^ requestAction, 
		String^ responseAction, 
		String^ trustNamespace
)
J#
protected Message EndProcessCore (
		IAsyncResult ar, 
		String requestAction, 
		String responseAction, 
		String trustNamespace
)
JScript
protected function EndProcessCore (
		ar : IAsyncResult, 
		requestAction : String, 
		responseAction : String, 
		trustNamespace : String
) : Message

Parameters

ar
requestAction
responseAction
trustNamespace

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

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

See Also