C# 클래스 FreeSWITCH.Managed.ParkingLot.ParkingLot

상속: IAppPlugin
파일 보기 프로젝트 열기: joshrivers/FreeSWITCH_Managed_ParkingLot

공개 프로퍼티들

프로퍼티 타입 설명
ParkedCalls string>.Dictionary

공개 메소드들

메소드 설명
FirstAvailableSpace ( string firstSpace, string spacesCount ) : string
Run ( System.AppContext context ) : void

비공개 메소드들

메소드 설명
HandleHangup ( string parkingSpace ) : void
ParkCall ( ManagedSession session, string parkingSpace ) : void
UnParkCall ( ManagedSession session ) : void

메소드 상세

FirstAvailableSpace() 공개 메소드

public FirstAvailableSpace ( string firstSpace, string spacesCount ) : string
firstSpace string
spacesCount string
리턴 string

Run() 공개 메소드

public Run ( System.AppContext context ) : void
context System.AppContext
리턴 void

프로퍼티 상세

ParkedCalls 공개적으로 정적으로 프로퍼티

public static Dictionary ParkedCalls
리턴 string>.Dictionary