Partager via


Méthode IWSTrustContract.BeginValidate

Espace de noms: Microsoft.IdentityModel.Protocols.WSTrust
Assembly : Microsoft.IdentityModel (dans microsoft.identitymodel.dll)

Utilisation

    Dim instance As IWSTrustContract
Dim message As Message
Dim callback As AsyncCallback
Dim asyncState As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginValidate(message, callback, asyncState)

Syntaxe

'Déclaration
<OperationContractAttribute(AsyncPattern:=True, Name:="Validate", Action:="*", ReplyAction:="*")> _
Function BeginValidate ( _
    message As Message, _
    callback As AsyncCallback, _
    asyncState As Object _
) As IAsyncResult
[OperationContractAttribute(AsyncPattern=true, Name="Validate", Action="*", ReplyAction="*")] 
IAsyncResult BeginValidate (
    Message message,
    AsyncCallback callback,
    Object asyncState
)
[OperationContractAttribute(AsyncPattern=true, Name=L"Validate", Action=L"*", ReplyAction=L"*")] 
IAsyncResult^ BeginValidate (
    Message^ message, 
    AsyncCallback^ callback, 
    Object^ asyncState
)
/** @attribute OperationContractAttribute(AsyncPattern=true, Name="Validate", Action="*", ReplyAction="*") */ 
IAsyncResult BeginValidate (
    Message message, 
    AsyncCallback callback, 
    Object asyncState
)
OperationContractAttribute(AsyncPattern=true, Name="Validate", Action="*", ReplyAction="*") 
function BeginValidate (
    message : Message, 
    callback : AsyncCallback, 
    asyncState : Object
) : IAsyncResult

Paramètres

  • message
     
  • callback
     
  • asyncState
     

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

Interface IWSTrustContract
Membres IWSTrustContract
Espace de noms Microsoft.IdentityModel.Protocols.WSTrust