IWSTrustContract.EndValidate(IAsyncResult) Methode

Definition

Die asynchrone Endmethode für die WS-Trust Validate-Bindung.

public:
 System::ServiceModel::Channels::Message ^ EndValidate(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndValidate(IAsyncResult asyncResult);
abstract member EndValidate : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndValidate (asyncResult As IAsyncResult) As Message

Parameter

asyncResult
IAsyncResult

Ein Verweis auf die ausstehende asynchrone Sendeanforderung.

Gibt zurück

A Message that represents the response message, which contains the RSTR.

Gilt für: