C# Класс SIPSorcery.SIP.App.SIPDialogEventSubscription

Наследование: SIPSorcery.SIP.App.SIPEventSubscription
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
GetFullState ( ) : void
GetNotifyBody ( ) : string
NotificationSent ( ) : void
SIPDialogEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getDialogues, SIPAssetGetByIdDelegate getDialogue ) : System

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

Метод Описание
GetStateForEventType ( SIPMonitorMachineEventTypesEnum machineEventType ) : string

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

AddMonitorEvent() публичный Метод

public AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
machineEvent SIPMonitorMachineEvent
Результат bool

GetFullState() публичный Метод

public GetFullState ( ) : void
Результат void

GetNotifyBody() публичный Метод

public GetNotifyBody ( ) : string
Результат string

NotificationSent() публичный Метод

public NotificationSent ( ) : void
Результат void

SIPDialogEventSubscription() публичный Метод

public SIPDialogEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getDialogues, SIPAssetGetByIdDelegate getDialogue ) : System
log SIPMonitorLogDelegate
sessionID string
resourceURI SIPURI
canonincalResourceURI SIPURI
filter string
subscriptionDialogue SIPDialogue
expiry int
getDialogues SIPAssetGetListDelegate
getDialogue SIPAssetGetByIdDelegate
Результат System