IWSTrustContract.BeginIssue(Message, AsyncCallback, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
WS-Trust 发布绑定的异步开始方法。
public:
IAsyncResult ^ BeginIssue(System::ServiceModel::Channels::Message ^ message, AsyncCallback ^ callback, System::Object ^ asyncState);
[System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Issue", ReplyAction="*")]
public IAsyncResult BeginIssue (System.ServiceModel.Channels.Message message, AsyncCallback callback, object asyncState);
[<System.ServiceModel.OperationContract(Action="*", AsyncPattern=true, Name="Issue", ReplyAction="*")>]
abstract member BeginIssue : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginIssue (message As Message, callback As AsyncCallback, asyncState As Object) As IAsyncResult
参数
- callback
- AsyncCallback
可选的 AsyncCallback 委托,在完成发送时调用。
- asyncState
- Object
一个用户提供的对象,它将该特定的异步发送请求与其他请求区别开来。
返回
表示异步发送(可能仍处于挂起状态)的 IAsyncResult 对象。
- 属性