Telephony Engine Notify event interface. Use this object when your VOIP application needs to send NOTIFY SIP requests to other SIP UAs or devices.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public class Notify : IDisposable
Visual Basic (Declaration)
Public Class Notify _
	Implements IDisposable
Visual C++
public ref class Notify : IDisposable
J#
public class Notify implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.Notify

See Also