Partager via


IWSTrustContract.BeginValidate(Message, AsyncCallback, Object) Méthode

Définition

Méthode Begin asynchrone pour la liaison WS-Trust Validate.

public:
 IAsyncResult ^ BeginValidate(System::ServiceModel::Channels::Message ^ message, AsyncCallback ^ callback, System::Object ^ asyncState);
[System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Validate", ReplyAction="*")]
public IAsyncResult BeginValidate (System.ServiceModel.Channels.Message message, AsyncCallback callback, object asyncState);
[<System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Validate", ReplyAction="*")>]
abstract member BeginValidate : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginValidate (message As Message, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Paramètres

message
Message

Message qui représente le message de demande contenant le RST.

callback
AsyncCallback

Délégué AsyncCallback optionnel à appeler lorsque l'envoi est terminé.

asyncState
Object

Objet fourni par l'utilisateur qui distingue cette requête d'envoi asynchrone des autres requêtes.

Retours

IAsyncResult

Objet IAsyncResult représentant l'envoi asynchrone, qui pourrait encore être en attente.

Attributs

S’applique à