IWSTrustContract.BeginIssue(Message, AsyncCallback, Object) Methode

Definition

Die asynchrone Anfangsmethode für die WS-Trust-Issue-Bindung.

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

Parameter

message
Message

Eine Message, die die Zeile darstellt, die die Anforderungsnachricht mit dem RST enthält.

callback
AsyncCallback

Ein optionaler AsyncCallback-Delegat, der nach Abschluss des Sendevorgangs aufgerufen werden soll.

asyncState
Object

Ein vom Benutzer bereitgestelltes Objekt, das diese asynchrone Sendeanforderung von anderen Anforderungen unterscheidet.

Gibt zurück

IAsyncResult

Ein IAsyncResult-Objekt, das den asynchronen Sendevorgang darstellt, der möglicherweise noch aussteht.

Attribute

Gilt für