Aracılığıyla paylaş


IWSTrustFeb2005AsyncContract.BeginTrustFeb2005Cancel Yöntem

Tanım

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

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

IAsyncResult Zaman uyumsuz işleme başvuran.

Öznitelikler

Şunlara uygulanır