IWSTrust13AsyncContract.BeginTrust13Validate Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Definieert de asynchrone validatiemethode voor het protocol WS-Trust 1.3.
public:
IAsyncResult ^ BeginTrust13Validate(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/Validate", AsyncPattern=true, Name="Trust13ValidateAsync", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal")]
public IAsyncResult BeginTrust13Validate(System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Validate", AsyncPattern=true, Name="Trust13ValidateAsync", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/ValidateFinal")>]
abstract member BeginTrust13Validate : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13Validate (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- 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