IWSTrustContract.EndIssue(IAsyncResult) 方法

定义

WS-Trust 发布绑定的异步结束方法。

public:
 System::ServiceModel::Channels::Message ^ EndIssue(IAsyncResult ^ asyncResult);
public System.ServiceModel.Channels.Message EndIssue (IAsyncResult asyncResult);
abstract member EndIssue : IAsyncResult -> System.ServiceModel.Channels.Message
Public Function EndIssue (asyncResult As IAsyncResult) As Message

参数

asyncResult
IAsyncResult

对未完成的异步发送请求的引用。

返回

Message

表示包含 RSTR 的响应消息的 Message

适用于