Aracılığıyla paylaş


IWSTrust13AsyncContract.BeginTrust13Renew Yöntem

Tanım

WS-Trust 1.3 protokolü için zaman uyumsuz Renew yöntemini tanımlar.

public:
 IAsyncResult ^ BeginTrust13Renew(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/Renew", AsyncPattern=true, Name="Trust13RenewAsync", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/RenewFinal")]
public IAsyncResult BeginTrust13Renew (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Renew", AsyncPattern=true, Name="Trust13RenewAsync", ReplyAction="http://docs.oasis-open.org/ws-sx/ws-trust/200512/RSTR/RenewFinal")>]
abstract member BeginTrust13Renew : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrust13Renew (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