Aracılığıyla paylaş


WSTrustServiceContract.EndProcessCore Yöntem

Tanım

STS 'ye zaman uyumsuz bir çağrı tamamlar.

protected:
 virtual System::ServiceModel::Channels::Message ^ EndProcessCore(IAsyncResult ^ ar, System::String ^ requestAction, System::String ^ responseAction, System::String ^ trustNamespace);
protected virtual System.ServiceModel.Channels.Message EndProcessCore (IAsyncResult ar, string requestAction, string responseAction, string trustNamespace);
abstract member EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
override this.EndProcessCore : IAsyncResult * string * string * string -> System.ServiceModel.Channels.Message
Protected Overridable Function EndProcessCore (ar As IAsyncResult, requestAction As String, responseAction As String, trustNamespace As String) As Message

Parametreler

ar
IAsyncResult

IAsyncResultBu, zaman uyumsuz Begin yöntemine yapılan çağrı tarafından döndürüldü.

requestAction
String

SOAP iste eylemi.

responseAction
String

Yanıt SOAP eylemi.

trustNamespace
String

Geçerli WS-Trust sürümünün ad alanı URI 'SI.

Döndürülenler

Message

MessageSerileştirilmiş RST iletisini içeren bir nesne.

Özel durumlar

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

Şunlara uygulanır