Complete an Asynchronous call to Trust Feb 2005 Cancel message.
Пространство имен: Microsoft.IdentityModel.Protocols.WSTrust
Сборка: Microsoft.IdentityModel (в microsoft.identitymodel.dll)

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

Visual Basic
Dim instance As WSTrustServiceContract
Dim ar As IAsyncResult
Dim returnValue As Message

returnValue = instance.EndTrustFeb2005Issue(ar)

Синтаксис

Visual Basic
Public Function EndTrustFeb2005Issue ( _
		ar As IAsyncResult _
) As Message
C#
public Message EndTrustFeb2005Issue (
		IAsyncResult ar
)
C++
public:
virtual Message^ EndTrustFeb2005Issue (
		IAsyncResult^ ar
) sealed
J#
public final Message EndTrustFeb2005Issue (
		IAsyncResult ar
)
JScript
public final function EndTrustFeb2005Issue (
		ar : IAsyncResult
) : Message

Параметры

ar

IAsyncResult object returned by the Begin method that started the Synchronous call.

Возвращаемое значение

Message containing the Serialized RSTR.

Безопасность потоков

Любые открытые статические члены (Shared в Visual Basic) этого типа являются поточно-ориентированными.Любые члены экземпляров не являются гарантированно поточно-ориентированными.

Платформы

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

Windows Server 2003, Windows Vista

Target Platforms

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

См. также