IWSTrustContract.EndValidate(IAsyncResult) Methode

Definition

Die asynchrone Abschlussmethode 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

Message

Eine Message, die die Zeile darstellt, die die Antwortnachricht mit dem RSTR enthält.

Gilt für