Language

IWSTrustContract.BeginIssue(Message, AsyncCallback, Object) メソッド

定義

WS-Trust Issue バインディングの非同期 begin メソッド。

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

パラメーター

message
Message

RST を含む要求メッセージを表す Message 。

callback
AsyncCallback

送信が完了したときに呼び出される省略可能な AsyncCallback デリゲート。

asyncState
Object

この特定の非同期送信要求を他の要求と区別するユーザー指定のオブジェクト。

返品

非同期送信を表す IAsyncResult オブジェクト。まだ保留中である可能性があります。

属性

適用対象