Compartir a través de


IWSTrust13AsyncContract.EndTrust13Renew (Método)

Completes the Async Renew method.

Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)

Uso

    Dim instance As IWSTrust13AsyncContract
Dim ar As IAsyncResult
Dim returnValue As Message

returnValue = instance.EndTrust13Renew(ar)

Sintaxis

'Declaración
Function EndTrust13Renew ( _
    ar As IAsyncResult _
) As Message
Message EndTrust13Renew (
    IAsyncResult ar
)
Message^ EndTrust13Renew (
    IAsyncResult^ ar
)
Message EndTrust13Renew (
    IAsyncResult ar
)
function EndTrust13Renew (
    ar : IAsyncResult
) : Message

Parámetros

  • ar
    The IAsyncResult result instance returned by the BeginRenew call.

Valor devuelto

Message object that contains the RSTR.

Seguridad para subprocesos

Los miembros estáticos públicos (Shared en Visual Basic) de este tipo son seguros para subprocesos.No se garantiza que los miembros de instancias sean seguros para subprocesos.

Plataformas

Plataformas de desarrollo

Windows Server 2003, Windows Vista

Target Platforms

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

Vea también

Referencia

IWSTrust13AsyncContract (Interfaz)
IWSTrust13AsyncContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)