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

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

Méthodes publiques

Méthode Description
AddFlowState ( Flow flow, bool reset ) : void
OnBegin ( Begin begin ) : void
OnFlow ( Flow flow ) : void
OutgoingSessionChannel ( AmqpSession session ) : System
SendFlow ( Flow flow ) : void
ToString ( ) : string
TrySendTransfer ( Delivery delivery, Transfer transfer, ArraySegment payload ) : bool

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

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

OutgoingSessionChannel() public méthode

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

SendFlow() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string

TrySendTransfer() public méthode

public TrySendTransfer ( Delivery delivery, Transfer transfer, ArraySegment payload ) : bool
delivery Delivery
transfer Microsoft.Azure.Amqp.Framing.Transfer
payload ArraySegment
Résultat bool