IWSTrustFeb2005AsyncContract.BeginTrustFeb2005IssueResponse Metoda

Definice

Definuje asynchronní metodu RSTR/Issue pro protokol WS-Trust února 2005.

public:
 IAsyncResult ^ BeginTrustFeb2005IssueResponse(System::ServiceModel::Channels::Message ^ request, AsyncCallback ^ callback, System::Object ^ state);
[System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue", AsyncPattern=true, Name="TrustFeb2005IssueResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")]
public IAsyncResult BeginTrustFeb2005IssueResponse (System.ServiceModel.Channels.Message request, AsyncCallback callback, object state);
[<System.ServiceModel.OperationContract(Action="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue", AsyncPattern=true, Name="TrustFeb2005IssueResponseAsync", ReplyAction="http://schemas.xmlsoap.org/ws/2005/02/trust/RSTR/Issue")>]
abstract member BeginTrustFeb2005IssueResponse : System.ServiceModel.Channels.Message * AsyncCallback * obj -> IAsyncResult
Public Function BeginTrustFeb2005IssueResponse (request As Message, callback As AsyncCallback, state As Object) As IAsyncResult

Parametry

request
Message

Hodnota Message , která představuje zprávu požadavku, která obsahuje požadavek RST.

callback
AsyncCallback

Delegát, AsyncCallback který přijímá oznámení o dokončení asynchronní operace.

state
Object

Objekt, který obsahuje informace o stavu přidružené k asynchronní operaci.

Návraty

IAsyncResult

IAsyncResultObjekt , který odkazuje na asynchronní operaci.

Atributy

Platí pro