C# Class Microsoft.Azure.Amqp.AmqpSession.ErrorLink

Inheritance: AmqpLink
Afficher le fichier Open project: Azure/azure-amqp

Méthodes publiques

Méthode Description
CreateDelivery ( Transfer transfer, Delivery &delivery ) : bool
ErrorLink ( AmqpSession session, AmqpLinkSettings settings ) : System

Méthodes protégées

Méthode Description
CloseInternal ( ) : bool
OnCreditAvailable ( int session, uint link, bool drain, ArraySegment txnId ) : void
OnDisposeDeliveryInternal ( Delivery delivery ) : void
OnProcessTransfer ( Delivery delivery, Transfer transfer, Frame rawFrame ) : void

Method Details

CloseInternal() protected méthode

protected CloseInternal ( ) : bool
Résultat bool

CreateDelivery() public méthode

public CreateDelivery ( Transfer transfer, Delivery &delivery ) : bool
transfer Microsoft.Azure.Amqp.Framing.Transfer
delivery Delivery
Résultat bool

ErrorLink() public méthode

public ErrorLink ( AmqpSession session, AmqpLinkSettings settings ) : System
session AmqpSession
settings AmqpLinkSettings
Résultat System

OnCreditAvailable() protected méthode

protected OnCreditAvailable ( int session, uint link, bool drain, ArraySegment txnId ) : void
session int
link uint
drain bool
txnId ArraySegment
Résultat void

OnDisposeDeliveryInternal() protected méthode

protected OnDisposeDeliveryInternal ( Delivery delivery ) : void
delivery Delivery
Résultat void

OnProcessTransfer() protected méthode

protected OnProcessTransfer ( Delivery delivery, Transfer transfer, Frame rawFrame ) : void
delivery Delivery
transfer Microsoft.Azure.Amqp.Framing.Transfer
rawFrame Microsoft.Azure.Amqp.Framing.Frame
Résultat void