Share via


IWSTrustChannelContract.BeginIssue Metodo

Definizione

In modo asincrono invia un messaggio di rinnovo WS-Trust a un endpoint.

public:
 IAsyncResult ^ BeginIssue(System::IdentityModel::Protocols::WSTrust::RequestSecurityToken ^ request, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginIssue (System.IdentityModel.Protocols.WSTrust.RequestSecurityToken request, AsyncCallback callback, object asyncState);
abstract member BeginIssue : System.IdentityModel.Protocols.WSTrust.RequestSecurityToken * AsyncCallback * obj -> IAsyncResult
Public Function BeginIssue (request As RequestSecurityToken, callback As AsyncCallback, asyncState As Object) As IAsyncResult

Parametri

request
RequestSecurityToken

RequestSecurityToken che rappresenta la richiesta alla STS.

callback
AsyncCallback

Delegato AsyncCallback facoltativo, da chiamare quando l'invio è completo.

asyncState
Object

Oggetto fornito dall'utente che distingue questa specifica richiesta di invio asincrona da altre richieste.

Restituisce

IAsyncResult

Oggetto IAsyncResult che rappresenta l'invio asincrono, che può essere ancora in sospeso.

Si applica a