If your application determines that it wants to accept the registration request from the far end device, then it should set this member to a non zero value before returning execution back to the media engine from the event handler. If the registration request is not acceptable, then this member should be set to zero.

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

Syntax

C#
public bool AcceptRegistration
Visual Basic (Declaration)
Public AcceptRegistration As Boolean
Visual C++
public:
bool AcceptRegistration
J#
public boolean AcceptRegistration

See Also