C# Класс CallCenter.Web.StateManager

Показать файл Открыть проект

Private Properties

Свойство Тип Описание
BroadcastActiveCalls void
BroadcastAreaCodes void
BroadcastCallsPerMinute void
CensorPhoneNumber string
ExtractAreaCode string
GetCallDuration int
GetCallStatus string
GetWijmoCallGrid string>>.List
GetWijmoLogGrid string>>.List
StateManager System

Открытые методы

Метод Описание
AddNewCall ( CallCenter.Web.LocationalCall call ) : void
AddToLog ( string sid, string logText ) : void
CompletedCall ( CallCenter.Web.LocationalCall call ) : void
PreloadClient ( string connectionId ) : void

Приватные методы

Метод Описание
BroadcastActiveCalls ( ) : void
BroadcastAreaCodes ( ) : void
BroadcastCallsPerMinute ( ) : void
CensorPhoneNumber ( string number ) : string
ExtractAreaCode ( string phoneNumber ) : string
GetCallDuration ( Twilio.Call activeCall ) : int
GetCallStatus ( Twilio.Call activeCall ) : string
GetWijmoCallGrid ( ) : string>>.List
GetWijmoLogGrid ( ) : string>>.List
StateManager ( ) : System

Описание методов

AddNewCall() публичный статический Метод

public static AddNewCall ( CallCenter.Web.LocationalCall call ) : void
call CallCenter.Web.LocationalCall
Результат void

AddToLog() публичный статический Метод

public static AddToLog ( string sid, string logText ) : void
sid string
logText string
Результат void

CompletedCall() публичный статический Метод

public static CompletedCall ( CallCenter.Web.LocationalCall call ) : void
call CallCenter.Web.LocationalCall
Результат void

PreloadClient() публичный статический Метод

public static PreloadClient ( string connectionId ) : void
connectionId string
Результат void