C# Class SIPSorcery.Web.Services.NotificationAsyncResult

Inheritance: IAsyncResult
Afficher le fichier Open project: TilmannBach/sipsorcery-fork Class Usage Examples

Méthodes publiques

Méthode Description
GetNotifications ( ) : void

Used for callbacks initiated by across a WCF channel.

Used for callbacks from an in process object.

NotificationAsyncResult ( GetNotificationsDelegate getNotifications, MakeConnection poll, AsyncCallback callback, object state ) : System

Method Details

GetNotifications() public méthode

Used for callbacks initiated by across a WCF channel. Used for callbacks from an in process object.
public GetNotifications ( ) : void
Résultat void

NotificationAsyncResult() public méthode

public NotificationAsyncResult ( GetNotificationsDelegate getNotifications, MakeConnection poll, AsyncCallback callback, object state ) : System
getNotifications GetNotificationsDelegate
poll MakeConnection
callback AsyncCallback
state object
Résultat System