IWSTrust13AsyncContract.BeginTrust13Issue Methode

Definitie

Definieert de asynchrone probleemmethode voor het protocol WS-Trust 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

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