IWSTrustFeb2005AsyncContract.BeginTrustFeb2005IssueResponse Methode

Definitie

Definieert de asynchrone RSTR/Issue-methode voor het protocol WS-Trust februari 2005.

public:
 IAsyncResult ^ BeginTrustFeb2005IssueResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue", AsyncPattern=true, Name="TrustFeb2005IssueResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")]
public IAsyncResult BeginTrustFeb2005IssueResponse(System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue", AsyncPattern=true, Name="TrustFeb2005IssueResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")>]
abstract member BeginTrustFeb2005IssueResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005IssueResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parameters

request
Message

Een Message die het aanvraagbericht vertegenwoordigt, dat de RST bevat.

callback
AsyncCallback

De AsyncCallback gemachtigde die een melding ontvangt van de voltooiing van de asynchrone bewerking.

state
Object

Een object dat statusinformatie bevat die is gekoppeld aan de asynchrone bewerking.

Retouren

De IAsyncResult bewerking die verwijst naar de asynchrone bewerking.

Kenmerken

Van toepassing op