C# 클래스 Microsoft.Azure.Amqp.AmqpSession.OutgoingSessionChannel

상속: SessionChannel
파일 보기 프로젝트 열기: Azure/azure-amqp

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnWindowMoved ( int count ) : void

메소드 상세

AddFlowState() 공개 메소드

public AddFlowState ( Flow flow, bool reset ) : void
flow Microsoft.Azure.Amqp.Framing.Flow
reset bool
리턴 void

OnBegin() 공개 메소드

public OnBegin ( Begin begin ) : void
begin Microsoft.Azure.Amqp.Framing.Begin
리턴 void

OnFlow() 공개 메소드

public OnFlow ( Flow flow ) : void
flow Microsoft.Azure.Amqp.Framing.Flow
리턴 void

OnWindowMoved() 보호된 메소드

protected OnWindowMoved ( int count ) : void
count int
리턴 void

OutgoingSessionChannel() 공개 메소드

public OutgoingSessionChannel ( AmqpSession session ) : System
session AmqpSession
리턴 System

SendFlow() 공개 메소드

public SendFlow ( Flow flow ) : void
flow Microsoft.Azure.Amqp.Framing.Flow
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TrySendTransfer() 공개 메소드

public TrySendTransfer ( Delivery delivery, Transfer transfer, ArraySegment payload ) : bool
delivery Delivery
transfer Microsoft.Azure.Amqp.Framing.Transfer
payload ArraySegment
리턴 bool