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

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

Méthodes publiques

Méthode Description
AddFlowState ( Flow flow, bool reset ) : void
IncomingSessionChannel ( AmqpSession session ) : System
OnAcceptTransfer ( Delivery delivery, Transfer transfer, bool newDelivery ) : void
OnBegin ( Begin begin ) : void
OnFlow ( Flow flow ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
OnWindowMoved ( int count ) : void

Method Details

AddFlowState() public méthode

public AddFlowState ( Flow flow, bool reset ) : void
flow Microsoft.Azure.Amqp.Framing.Flow
reset bool
Résultat void

IncomingSessionChannel() public méthode

public IncomingSessionChannel ( AmqpSession session ) : System
session AmqpSession
Résultat System

OnAcceptTransfer() public méthode

public OnAcceptTransfer ( Delivery delivery, Transfer transfer, bool newDelivery ) : void
delivery Delivery
transfer Microsoft.Azure.Amqp.Framing.Transfer
newDelivery bool
Résultat void

OnBegin() public méthode

public OnBegin ( Begin begin ) : void
begin Microsoft.Azure.Amqp.Framing.Begin
Résultat void

OnFlow() public méthode

public OnFlow ( Flow flow ) : void
flow Microsoft.Azure.Amqp.Framing.Flow
Résultat void

OnWindowMoved() protected méthode

protected OnWindowMoved ( int count ) : void
count int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string