C# 클래스 SIPSorcery.Persistence.SIPSorceryPersistor

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

공개 프로퍼티들

프로퍼티 타입 설명
StopCDRWrites bool

공개 메소드들

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

메소드 상세

SIPSorceryPersistor() 공개 메소드

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

WriteCDR() 공개 메소드

public WriteCDR ( SIPCDR cdr ) : void
cdr SIPCDR
리턴 void

프로퍼티 상세

StopCDRWrites 공개적으로 프로퍼티

public bool StopCDRWrites
리턴 bool