Aracılığıyla paylaş


WSTrustServiceContract.BeginProcessCore Yöntem

Tanım

STS 'ye yönelik zaman uyumsuz çağrıyı işler.

protected:
 virtual IAsyncResult ^ BeginProcessCore(System::ServiceModel::Channels::Message ^ requestMessage, System::IdentityModel::Protocols::WSTrust::WSTrustRequestSerializer ^ requestSerializer, System::IdentityModel::Protocols::WSTrust::WSTrustResponseSerializer ^ responseSerializer, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace, AsyncCallback ^ callback, System::Object ^ state);
protected virtual IAsyncResult BeginProcessCore (System.ServiceModel.Channels.Message requestMessage, System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer requestSerializer, System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer responseSerializer, string requestAction, string responseAction, string trustNamespace, AsyncCallback callback, object state);
abstract member BeginProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string * AsyncCallback * obj -> IAsyncResult
override this.BeginProcessCore : System.ServiceModel.Channels.Message * System.IdentityModel.Protocols.WSTrust.WSTrustRequestSerializer * System.IdentityModel.Protocols.WSTrust.WSTrustResponseSerializer * string * string * string * AsyncCallback * obj -> IAsyncResult
Protected Overridable Function BeginProcessCore (requestMessage As Message, requestSerializer As WSTrustRequestSerializer, responseSerializer As WSTrustResponseSerializer, requestAction As String, responseAction As String, trustNamespace As String, callback As AsyncCallback, state As Object) As IAsyncResult

Parametreler

requestMessage
Message

Gelen istek iletisi.

requestSerializer
WSTrustRequestSerializer

WS-Trust istek seri hale getirici.

responseSerializer
WSTrustResponseSerializer

WS-Trust yanıtı seri hale getirici.

requestAction
String

SOAP iste eylemi.

responseAction
String

Yanıt SOAP eylemi.

trustNamespace
String

Gelen isteğin WS-Trust sürümünün ad alanı URI 'SI.

callback
AsyncCallback

Zaman uyumsuz çağrı sona erdiğinde çağrılan bir geri çağırma.

state
Object

Zaman uyumsuz çağrının durum bilgilerini içeren nesne.

Döndürülenler

IAsyncResult

Zaman uyumsuz çağrıyı bitirmek için End yöntemine geri geçirilmesi gereken IAsyncResult.

Özel durumlar

Bağımsız değişkenden biri null.

Şunlara uygulanır