C# 클래스 Microsoft.Azure.Amqp.Transport.TransportListener

상속: AmqpObject
파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

공개 메소드들

메소드 설명
Listen ( TransportAsyncCallbackArgs>.Action callback ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
NotifyAccept ( object state ) : void

메소드 상세

AbortInternal() 보호된 메소드

protected AbortInternal ( ) : void
리턴 void

CloseInternal() 보호된 메소드

protected CloseInternal ( ) : bool
리턴 bool

Listen() 공개 메소드

public Listen ( TransportAsyncCallbackArgs>.Action callback ) : void
callback TransportAsyncCallbackArgs>.Action
리턴 void

OnClose() 보호된 메소드

protected OnClose ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
리턴 void

OnListen() 보호된 추상적인 메소드

protected abstract OnListen ( ) : void
리턴 void

OnOpen() 보호된 메소드

protected OnOpen ( System.TimeSpan timeout ) : void
timeout System.TimeSpan
리턴 void

OnTransportAccepted() 보호된 메소드

protected OnTransportAccepted ( TransportAsyncCallbackArgs args ) : void
args TransportAsyncCallbackArgs
리턴 void

OpenInternal() 보호된 메소드

protected OpenInternal ( ) : bool
리턴 bool

TransportListener() 보호된 메소드

protected TransportListener ( string type ) : System
type string
리턴 System