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

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

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

Метод Описание
AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool

Checks and where required adds a presence related monitor event to the list of pending notifications.

GetFullState ( ) : void
GetNotifyBody ( ) : string
NotificationSent ( ) : void
SIPPresenceEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getSipAccountsExternal, SIPAssetGetPropertyByIdDelegate getSipAccountPropertyExternal, SIPAssetCountDelegate getBindingsCount, bool switchboardSIPAccountsOnly ) : System

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

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

Checks and where required adds a presence related monitor event to the list of pending notifications.
public AddMonitorEvent ( SIPMonitorMachineEvent machineEvent ) : bool
machineEvent SIPMonitorMachineEvent The monitor event that has been received.
Результат bool

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

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

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

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

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

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

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

public SIPPresenceEventSubscription ( SIPMonitorLogDelegate log, string sessionID, SIPURI resourceURI, SIPURI canonincalResourceURI, string filter, SIPDialogue subscriptionDialogue, int expiry, SIPAssetGetListDelegate getSipAccountsExternal, SIPAssetGetPropertyByIdDelegate getSipAccountPropertyExternal, SIPAssetCountDelegate getBindingsCount, bool switchboardSIPAccountsOnly ) : System
log SIPMonitorLogDelegate
sessionID string
resourceURI SIPURI
canonincalResourceURI SIPURI
filter string
subscriptionDialogue SIPDialogue
expiry int
getSipAccountsExternal SIPAssetGetListDelegate
getSipAccountPropertyExternal SIPAssetGetPropertyByIdDelegate
getBindingsCount SIPAssetCountDelegate
switchboardSIPAccountsOnly bool
Результат System