IWSTrust13AsyncContract.EndTrust13Issue(IAsyncResult) 方法
定义
完成异步发布方法。Completes the asynchronous Issue method.
public:
System::ServiceModel::Channels::Message ^ EndTrust13Issue(IAsyncResult ^ ar);
public System.ServiceModel.Channels.Message EndTrust13Issue (IAsyncResult ar);
abstract member EndTrust13Issue : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndTrust13Issue (ar As IAsyncResult) As Message
参数
- ar
- IAsyncResult
IAsyncResult,由对 BeginTrust13Issue(Message, AsyncCallback, Object) 方法的调用返回。The IAsyncResult that is returned by a call to the BeginTrust13Issue(Message, AsyncCallback, Object) method.
返回
表示包含 RSTR 的响应消息的 Message。A Message that represents the response message, which contains the RSTR.