IWSTrustContract.BeginIssue(Message, AsyncCallback, Object) Method

Definition

The asynchronous begin method for the WS-Trust Issue binding.

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

A Message that represents the request message, which contains the RST.

callback
AsyncCallback

An optional AsyncCallback delegate, to be called when the send is complete.

asyncState
Object

A user-provided object that distinguishes this particular asynchronous send request from other requests.

Returns

An IAsyncResult object that represents the asynchronous send, which could still be pending.

Attributes

Applies to