Ozeki VoIP SDK Class library
DetachListener Method (call, listener)
NamespacesOzeki.VoIPIPhoneCallListenerCombinatorDetachListener(IPhoneCall, IPhoneCallListener)
Detaches a PhoneCallListener object from the given call.
Declaration Syntax
C#Visual BasicVisual C++
public static IPhoneCall DetachListener(
	this IPhoneCall call,
	IPhoneCallListener listener
)
<ExtensionAttribute> _
Public Shared Function DetachListener ( _
	call As IPhoneCall, _
	listener As IPhoneCallListener _
) As IPhoneCall
[ExtensionAttribute]
public:
static IPhoneCall^ DetachListener(
	IPhoneCall^ call, 
	IPhoneCallListener^ listener
)
Parameters
call (IPhoneCall)
The call.
listener (IPhoneCallListener)
The listener.
Return Value
The call itself.
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IPhoneCall. When you use instance method syntax to call this method, omit the first parameter.
Remarks
Detaches all listener function to events of IPhoneCall object properly.

Assembly: VoIPSDK (Module: VoIPSDK) Version: 9.7.4486.17851