IWSTrustFeb2005AsyncContract.EndTrustFeb2005Issue (Método)
Completes the Async Issue method.
Espacio de nombres: Microsoft.IdentityModel.Protocols.WSTrust
Ensamblado: Microsoft.IdentityModel (en microsoft.identitymodel.dll)
Uso
Dim instance As IWSTrustFeb2005AsyncContract Dim ar As IAsyncResult Dim returnValue As Message returnValue = instance.EndTrustFeb2005Issue(ar)
Sintaxis
'Declaración
Function EndTrustFeb2005Issue ( _
ar As IAsyncResult _
) As Message
Message EndTrustFeb2005Issue (
IAsyncResult ar
)
Message^ EndTrustFeb2005Issue (
IAsyncResult^ ar
)
Message EndTrustFeb2005Issue (
IAsyncResult ar
)
function EndTrustFeb2005Issue (
ar : IAsyncResult
) : Message
Parámetros
- ar
The IAsyncResult result instance returned by the BeginIssue 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
IWSTrustFeb2005AsyncContract (Interfaz)
IWSTrustFeb2005AsyncContract (Miembros)
Microsoft.IdentityModel.Protocols.WSTrust (Espacio de nombres)