Méthode WSTrustServiceContract.EndProcessCore
Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)
Utilisation
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)
Syntaxe
'Déclaration
Protected Overridable Function EndProcessCore ( _
ar As IAsyncResult, _
requestAction As String, _
responseAction As String, _
trustNamespace As String _
) As Message
protected virtual Message EndProcessCore (
IAsyncResult ar,
string requestAction,
string responseAction,
string trustNamespace
)
protected:
virtual Message^ EndProcessCore (
IAsyncResult^ ar,
String^ requestAction,
String^ responseAction,
String^ trustNamespace
)
protected Message EndProcessCore (
IAsyncResult ar,
String requestAction,
String responseAction,
String trustNamespace
)
protected function EndProcessCore (
ar : IAsyncResult,
requestAction : String,
responseAction : String,
trustNamespace : String
) : Message
Paramètres
- ar
- requestAction
- responseAction
- trustNamespace
Cohérence de thread
Tous les membres statiques publics (partagés dans Visual Basic) de ce type sont thread-safe.Il n'est pas garanti que les membres d'instance soient thread-safe.
Plateformes
Plateformes de développement
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2008, Windows Vista, Not tested on Windows XP
Voir aussi
Référence
Classe WSTrustServiceContract
Membres WSTrustServiceContract
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust