C# 클래스 SIPSorcery.SIP.App.SIPSorceryPersistor

파일 보기 프로젝트 열기: TilmannBach/sipsorcery-fork 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
StopCDRWrites bool

공개 메소드들

메소드 설명
QueueCDR ( SIPCDR cdr ) : void
SIPSorceryPersistor ( StorageTypes storageType, string storageConnectionStr ) : System

비공개 메소드들

메소드 설명
WriteCDRs ( ) : void

메소드 상세

QueueCDR() 공개 메소드

public QueueCDR ( SIPCDR cdr ) : void
cdr SIPSorcery.SIP.SIPCDR
리턴 void

SIPSorceryPersistor() 공개 메소드

public SIPSorceryPersistor ( StorageTypes storageType, string storageConnectionStr ) : System
storageType StorageTypes
storageConnectionStr string
리턴 System

프로퍼티 상세

StopCDRWrites 공개적으로 프로퍼티

public bool StopCDRWrites
리턴 bool