IWSTrustFeb2005AsyncContract.BeginTrustFeb2005Issue Metoda

Definice

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

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