IWSTrustContract.BeginIssue(Message, AsyncCallback, Object) Methode

Definitie

De asynchrone beginmethode voor de binding WS-Trust Probleem.

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

Parameters

message
Message

Een Message die het aanvraagbericht vertegenwoordigt, dat de RST bevat.

callback
AsyncCallback

Een optionele AsyncCallback gemachtigde die moet worden aangeroepen wanneer het verzenden is voltooid.

asyncState
Object

Een door de gebruiker verstrekt object dat deze specifieke asynchrone verzendaanvraag onderscheidt van andere aanvragen.

Retouren

Een IAsyncResult object dat de asynchrone verzending vertegenwoordigt, die nog in behandeling kan zijn.

Kenmerken

Van toepassing op