Freigeben über


IWSTrust13AsyncContract.BeginTrust13Issue Methode

Definition

Definiert die asynchrone Issue-Methode für das Protokoll WS-Trusts 1.3.

public:
 IAsyncResult ^ BeginTrust13Issue(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", AsyncPattern=true, Name="Trust13IssueAsync", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal")]
public IAsyncResult BeginTrust13Issue (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue", AsyncPattern=true, Name="Trust13IssueAsync", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTRC/IssueFinal")>]
abstract member BeginTrust13Issue : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13Issue (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parameter

request
Message

Eine Message, die die Zeile darstellt, die die Anforderungsnachricht mit dem RST enthält.

callback
AsyncCallback

Der AsyncCallback-Delegat, der die Benachrichtigung erhält, dass der asynchrone Vorgang abgeschlossen wurde.

state
Object

Ein Objekt mit den Zustandsinformationen, die dem asynchronen Vorgang zugeordnet sind.

Gibt zurück

IAsyncResult

Die IAsyncResult-Einstellung, die auf den asynchronen Vorgang verweist.

Attribute

Gilt für