[Missing <summary> documentation for "M:OPSSDK.OpsClient.SetCallRoutingInterceptor(OPSSDK.ICallRoutingInterceptor)"]

Namespace: OPSSDK
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
public void SetCallRoutingInterceptor(
	ICallRoutingInterceptor interceptor
)
Visual Basic
Public Sub SetCallRoutingInterceptor ( 
	interceptor As ICallRoutingInterceptor
)
Visual C++
public:
void SetCallRoutingInterceptor(
	ICallRoutingInterceptor^ interceptor
)

Parameters

interceptor
Type: OPSSDK..::..ICallRoutingInterceptor

[Missing <param name="interceptor"/> documentation for "M:OPSSDK.OpsClient.SetCallRoutingInterceptor(OPSSDK.ICallRoutingInterceptor)"]

See Also