IWSTrustContract.EndIssue(IAsyncResult) Methode

Definition

Die asynchrone Endmethode für die WS-Trust Problembindung.

public:
 System::ServiceModel::Channels::Message ^ EndIssue(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndIssue(IAsyncResult asyncResult);
abstract member EndIssue : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndIssue (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: