C# Class SIPSorcery.Web.Services.NotificationAsyncResult

Inheritance: IAsyncResult
Mostra file Open project: TilmannBach/sipsorcery-fork Class Usage Examples

Public Methods

Method 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 method

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

NotificationAsyncResult() public method

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