C# Class Microsoft.Azure.Amqp.Transport.TransportListener

Inheritance: AmqpObject
Afficher le fichier Open project: Azure/azure-amqp Class Usage Examples

Méthodes publiques

Méthode Description
Listen ( TransportAsyncCallbackArgs>.Action callback ) : void

Méthodes protégées

Méthode Description
AbortInternal ( ) : void
CloseInternal ( ) : bool
OnClose ( System.TimeSpan timeout ) : void
OnListen ( ) : void
OnOpen ( System.TimeSpan timeout ) : void
OnTransportAccepted ( TransportAsyncCallbackArgs args ) : void
OpenInternal ( ) : bool
TransportListener ( string type ) : System

Private Methods

Méthode Description
NotifyAccept ( object state ) : void

Method Details

AbortInternal() protected méthode

protected AbortInternal ( ) : void
Résultat void

CloseInternal() protected méthode

protected CloseInternal ( ) : bool
Résultat bool

Listen() public méthode

public Listen ( TransportAsyncCallbackArgs>.Action callback ) : void
callback TransportAsyncCallbackArgs>.Action
Résultat void

OnClose() protected méthode

protected OnClose ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
Résultat void

OnListen() protected abstract méthode

protected abstract OnListen ( ) : void
Résultat void

OnOpen() protected méthode

protected OnOpen ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
Résultat void

OnTransportAccepted() protected méthode

protected OnTransportAccepted ( TransportAsyncCallbackArgs args ) : void
args TransportAsyncCallbackArgs
Résultat void

OpenInternal() protected méthode

protected OpenInternal ( ) : bool
Résultat bool

TransportListener() protected méthode

protected TransportListener ( string type ) : System
type string
Résultat System