Aracılığıyla paylaş


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005Validate Yöntem

Tanım

WS-Trust Şubat 2005 protokolü için zaman uyumsuz Validate yöntemini tanımlar.

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

Parametreler

request
Message

Message RST'yi içeren istek iletisini temsil eden bir.

callback
AsyncCallback

Zaman AsyncCallback uyumsuz işlemin tamamlandığını belirten bildirim alan temsilci.

state
Object

Zaman uyumsuz işlemle ilişkili durum bilgilerini içeren bir nesne.

Döndürülenler

Zaman IAsyncResult uyumsuz işleme başvuran.

Öznitelikler

Şunlara uygulanır