次の方法で共有


WSTrustServiceContract.BeginProcessCore メソッド

名前空間: Microsoft.IdentityModel.Protocols.WSTrust
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

    Dim requestMessage As Message
Dim requestSerializer As WSTrustRequestSerializer
Dim responseSerializer As WSTrustResponseSerializer
Dim requestAction As String
Dim responseAction As String
Dim trustNamespace As String
Dim callback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = Me.BeginProcessCore(requestMessage, requestSerializer, responseSerializer, requestAction, responseAction, trustNamespace, callback, state)

構文

'宣言
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
protected virtual IAsyncResult BeginProcessCore (
    Message requestMessage,
    WSTrustRequestSerializer requestSerializer,
    WSTrustResponseSerializer responseSerializer,
    string requestAction,
    string responseAction,
    string trustNamespace,
    AsyncCallback callback,
    Object state
)
protected:
virtual IAsyncResult^ BeginProcessCore (
    Message^ requestMessage, 
    WSTrustRequestSerializer^ requestSerializer, 
    WSTrustResponseSerializer^ responseSerializer, 
    String^ requestAction, 
    String^ responseAction, 
    String^ trustNamespace, 
    AsyncCallback^ callback, 
    Object^ state
)
protected IAsyncResult BeginProcessCore (
    Message requestMessage, 
    WSTrustRequestSerializer requestSerializer, 
    WSTrustResponseSerializer responseSerializer, 
    String requestAction, 
    String responseAction, 
    String trustNamespace, 
    AsyncCallback callback, 
    Object state
)
protected function BeginProcessCore (
    requestMessage : Message, 
    requestSerializer : WSTrustRequestSerializer, 
    responseSerializer : WSTrustResponseSerializer, 
    requestAction : String, 
    responseAction : String, 
    trustNamespace : String, 
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

パラメーター

  • requestMessage
     
  • requestSerializer
     
  • responseSerializer
     
  • requestAction
     
  • responseAction
     
  • trustNamespace
     
  • callback
     
  • state
     

スレッド セーフ

この型のパブリックな静的 (Visual Basic では共有) メンバーは、すべてスレッド セーフです。インスタンス メンバーはすべて、スレッド セーフであることが保証されません。

プラットフォーム

開発プラットフォーム

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

関連項目

参照

WSTrustServiceContract クラス
WSTrustServiceContract メンバー
Microsoft.IdentityModel.Protocols.WSTrust 名前空間